cob: bump major version
The addition of the `Namespace` parameter in the traits requires a major version bump for `radicle-cob`
This commit is contained in:
parent
e6ef767f36
commit
e9cf91e1bc
|
|
@ -2675,7 +2675,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "radicle-cob"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"fastrand",
|
||||
"git2",
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ path = "../radicle"
|
|||
features = ["logger", "schemars"]
|
||||
|
||||
[dependencies.radicle-cob]
|
||||
version = "0.13"
|
||||
version = "0.14"
|
||||
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.13.0"
|
||||
version = "0.14.0"
|
||||
authors = [
|
||||
"Alex Good <alex@memoryandthought.me>",
|
||||
"Fintan Halpenny <fintan.halpenny@gmail.com>",
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ features = ["vendored-libgit2"]
|
|||
|
||||
[dependencies.radicle-cob]
|
||||
path = "../radicle-cob"
|
||||
version = "0.13"
|
||||
version = "0.14"
|
||||
|
||||
[dependencies.radicle-crypto]
|
||||
path = "../radicle-crypto"
|
||||
|
|
|
|||
Loading…
Reference in New Issue