Skip to content

Commit 03e8b01

Browse files
committed
add version to libsemverator dep for publishing.
1 parent aa11ca5 commit 03e8b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
1313
[dependencies]
1414
anyhow = "1.0.75"
1515
clap = { version = '4.4.2', features = ['cargo'] }
16-
libsemverator = { path = "../lib" }
16+
libsemverator = { path = "../lib", version = "0.6.0" }
1717

1818
[lints.rust]
1919
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(tarpaulin_include)'] }

0 commit comments

Comments
 (0)