Update `radicle-cob` crate to 0.12.0
This commit is contained in:
parent
c8fbcf2a7a
commit
c112f3fbc9
|
|
@ -1959,7 +1959,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "radicle-cob"
|
name = "radicle-cob"
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastrand",
|
"fastrand",
|
||||||
"git2",
|
"git2",
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ version = "0.10.0"
|
||||||
path = "../radicle-cli-test"
|
path = "../radicle-cli-test"
|
||||||
|
|
||||||
[dependencies.radicle-cob]
|
[dependencies.radicle-cob]
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
path = "../radicle-cob"
|
path = "../radicle-cob"
|
||||||
|
|
||||||
[dependencies.radicle-crypto]
|
[dependencies.radicle-crypto]
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ name = "radicle-cob"
|
||||||
description = "Radicle Collaborative Objects library"
|
description = "Radicle Collaborative Objects library"
|
||||||
homepage = "https://radicle.xyz"
|
homepage = "https://radicle.xyz"
|
||||||
repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"
|
repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Alex Good <alex@memoryandthought.me>",
|
"Alex Good <alex@memoryandthought.me>",
|
||||||
"Fintan Halpenny <fintan.halpenny@gmail.com>",
|
"Fintan Halpenny <fintan.halpenny@gmail.com>",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue