Skip to content

Commit

Permalink
Add version on workspace dependency
Browse files Browse the repository at this point in the history
Allow for publication of crate
  • Loading branch information
thibmeu committed Sep 24, 2024
1 parent defdd2b commit 310b41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ utoipa = "4"
uuid = { version = "1.9", features = ["v4", "serde"] }

# workspace dependencies
plexi-core = { path = "./plexi_core" }
plexi-core = { version = "0.1", path = "./plexi_core" }

[profile.release]
lto = true
Expand Down

0 comments on commit 310b41e

Please sign in to comment.