Skip to content

Commit

Permalink
build(cli): revert to fixed libcorn dep
Browse files Browse the repository at this point in the history
crates.io disallows wildcards
  • Loading branch information
JakeStanger committed Aug 23, 2024
1 parent 54b3b47 commit 5e7985a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corn-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories = ["config"]
keywords = ["configuration", "language", "pest", "peg", "cli"]

[dependencies]
libcorn = { version = "*", path = "../libcorn" }
libcorn = { version = "0.10.0", path = "../libcorn" }
clap = { version = "4.5.16", features = ["derive"] }
colored = "2.1.0"
serde = { version = "1.0.208", features = ["derive"] }
Expand Down

0 comments on commit 5e7985a

Please sign in to comment.