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:
Martin von Zweigbergk 2023-09-06 15:17:12 -07:00 committed by Martin von Zweigbergk
parent 2911f414bd
commit a422fd7f67

View file

@ -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]