Skip to content

Commit

Permalink
cargo: add version number to jj-lib dependency
Browse files Browse the repository at this point in the history
This is required for `cargo publish`. It seems better to have it
tracked than to do add it whenever we publish.
  • Loading branch information
martinvonz committed Sep 6, 2023
1 parent c7d1932 commit 367a3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 367a3c0

Please sign in to comment.