Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
changed deps to use path locally and crates.io when publised
  • Loading branch information
RazMag authored Oct 19, 2023
1 parent a1bf85c commit e4f9cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cherrybomb-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cherrybomb-oas = {path="../cherrybomb-oas"}
cherrybomb-oas = {version = "^0.1", path="../cherrybomb-oas"}
anyhow = "1.0.66"
thiserror = "1.0.37"
serde_json = "^1.0"
Expand Down

0 comments on commit e4f9cc2

Please sign in to comment.