From 7fb8abba1133d6f3f5b661d5ea7a9e23f11da713 Mon Sep 17 00:00:00 2001 From: Colin Rofls Date: Fri, 27 Oct 2023 12:01:49 -0400 Subject: [PATCH] Update version to 0.13.0 and bump kurbo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7f11ed93..3508e274 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "norad" -version = "0.12.1" +version = "0.13.0" authors = ["Colin Rofls ", "Nikolaus Waxweiler "] license = "MIT OR Apache-2.0" edition = "2021" @@ -25,7 +25,7 @@ serde_derive = "1.0" serde_repr = "0.1" quick-xml = { version = "0.30.0", features = ["serialize"] } rayon = { version = "1.3.0", optional = true } -kurbo = { version = "0.9.0", optional = true } +kurbo = { version = "0.10.0", optional = true } thiserror = "1.0" indexmap = { version = "2.0.0", features = ["serde"] } base64 = "0.21.2"