mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
cargo: add version to jujube-lib dependency
`cargo publish --dry-run` wanted it.
This commit is contained in:
parent
bb4b028b2b
commit
b40a40990b
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,6 @@ categories = ["command-line-utilities", "development-tools"]
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["lib"]
|
members = ["lib"]
|
||||||
|
|
||||||
[dependencies.jujube-lib]
|
|
||||||
path = "lib"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
blake2 = "0.9.1"
|
blake2 = "0.9.1"
|
||||||
bytes = "1.0.0"
|
bytes = "1.0.0"
|
||||||
|
@ -30,6 +27,7 @@ dirs = "3.0.1"
|
||||||
git2 = "0.13.14"
|
git2 = "0.13.14"
|
||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
indoc = "1.0.3"
|
indoc = "1.0.3"
|
||||||
|
jujube-lib = { version = "0.1.0", path = "lib"}
|
||||||
pest = "2.1.3"
|
pest = "2.1.3"
|
||||||
pest_derive = "2.1.0"
|
pest_derive = "2.1.0"
|
||||||
protobuf = { version = "2.18.1", features = ["with-bytes"] }
|
protobuf = { version = "2.18.1", features = ["with-bytes"] }
|
||||||
|
|
Loading…
Reference in a new issue