Skip to content

Commit

Permalink
Update version to 0.13.0 and bump kurbo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed Oct 27, 2023
1 parent 4c5f5e9 commit 7fb8abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "norad"
version = "0.12.1"
version = "0.13.0"
authors = ["Colin Rofls <[email protected]>", "Nikolaus Waxweiler <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand All @@ -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"
Expand Down

0 comments on commit 7fb8abb

Please sign in to comment.