mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 06:27:43 +00:00
cargo: add version number to jj-lib
dependency
This is required for `cargo publish`. It seems better to have it tracked than to do add it whenever we publish.
This commit is contained in:
parent
2911f414bd
commit
a422fd7f67
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ zstd = "0.12.4"
|
|||
# put all inter-workspace libraries, i.e. those that use 'path = ...' here in
|
||||
# their own (alphabetically sorted) block
|
||||
|
||||
jj-lib = { path = "lib" }
|
||||
jj-lib = { path = "lib", version = "0.9.0" }
|
||||
testutils = { path = "lib/testutils" }
|
||||
|
||||
[profile.release]
|
||||
|
|
Loading…
Reference in a new issue