cli: bump version to 0.12.1
This commit is contained in:
parent
19bbdbca24
commit
d9c76893a1
|
|
@ -1903,7 +1903,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "radicle-cli"
|
name = "radicle-cli"
|
||||||
version = "0.12.0"
|
version = "0.12.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
||||||
|
|
@ -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.12.0"
|
version = "0.12.1"
|
||||||
authors = ["cloudhead <cloudhead@radicle.xyz>"]
|
authors = ["cloudhead <cloudhead@radicle.xyz>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue