Update `radicle-cli` crate to 0.11.0
This commit is contained in:
parent
bbc79a7e30
commit
bde68ac76c
|
|
@ -3,7 +3,7 @@ name = "radicle-cli"
|
||||||
description = "Radicle CLI"
|
description = "Radicle CLI"
|
||||||
homepage = "https://radicle.xyz"
|
homepage = "https://radicle.xyz"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.10.0"
|
version = "0.11.0"
|
||||||
authors = ["cloudhead <cloudhead@radicle.xyz>"]
|
authors = ["cloudhead <cloudhead@radicle.xyz>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
@ -52,11 +52,11 @@ path = "../radicle"
|
||||||
features = ["logger"]
|
features = ["logger"]
|
||||||
|
|
||||||
[dependencies.radicle-cli-test]
|
[dependencies.radicle-cli-test]
|
||||||
version = "0.10.0"
|
version = "0"
|
||||||
path = "../radicle-cli-test"
|
path = "../radicle-cli-test"
|
||||||
|
|
||||||
[dependencies.radicle-cob]
|
[dependencies.radicle-cob]
|
||||||
version = "0.12.0"
|
version = "0"
|
||||||
path = "../radicle-cob"
|
path = "../radicle-cob"
|
||||||
|
|
||||||
[dependencies.radicle-crypto]
|
[dependencies.radicle-crypto]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue