We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa11ca5 commit 03e8b01Copy full SHA for 03e8b01
cli/Cargo.toml
@@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
13
[dependencies]
14
anyhow = "1.0.75"
15
clap = { version = '4.4.2', features = ['cargo'] }
16
-libsemverator = { path = "../lib" }
+libsemverator = { path = "../lib", version = "0.6.0" }
17
18
[lints.rust]
19
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(tarpaulin_include)'] }
0 commit comments