Skip to content

Commit 22887a8

Browse files
committed
chore: Release
1 parent a898487 commit 22887a8

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
readme = "README.md"
99
rust-version = "1.88"
1010
repository = "https://github.com/jbuckmccready/cavalier_contours"
11-
version = "0.8.0"
11+
version = "0.9.0"
1212

1313
[workspace]
1414
members = [

cavalier_contours_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ workspace = true
1919
crate-type = ["lib", "cdylib"]
2020

2121
[dependencies]
22-
cavalier_contours = {version = "0.8", path = "../cavalier_contours"}
22+
cavalier_contours = {version = "0.9", path = "../cavalier_contours"}

cavalier_contours_ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ all-features = true
2121
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
2222

2323
[dependencies]
24-
cavalier_contours = {version = "0.8", path = "../cavalier_contours", features = ["serde"]}
24+
cavalier_contours = {version = "0.9", path = "../cavalier_contours", features = ["serde"]}
2525
egui = "0.36.1"
2626
egui_plot = "0.37.0"
2727
egui_extras = "0.36.1"

0 commit comments

Comments
 (0)