Skip to content

Commit 856545e

Browse files
committed
manifest fixes
1 parent 9b6670f commit 856545e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

crates/core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ rayon = { workspace = true }
3434
serde = { workspace = true }
3535
serde_json = { workspace = true }
3636
serde_yaml = { workspace = true }
37+
3738
modelfox_features = { workspace = true }
3839
modelfox_finite = { workspace = true }
3940
modelfox_id = { workspace = true }

languages/rust/examples/advanced/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ path = "main.rs"
1414

1515
[dependencies]
1616
anyhow = { workspace = true }
17-
modelfox = { version = "0.8.0", path = "../../" }
17+
modelfox = { workspace = true }

languages/rust/examples/basic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ name = "modelfox_example_basic"
1313
path = "main.rs"
1414

1515
[dependencies]
16-
modelfox = { version = "0.8.0", path = "../../" }
16+
modelfox = { workspace = true }

0 commit comments

Comments
 (0)