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