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:
Fintan Halpenny 2025-06-02 11:25:23 +02:00
parent e6ef767f36
commit e9cf91e1bc
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -2675,7 +2675,7 @@ dependencies = [
[[package]]
name = "radicle-cob"
version = "0.13.0"
version = "0.14.0"
dependencies = [
"fastrand",
"git2",

View File

@ -54,7 +54,7 @@ path = "../radicle"
features = ["logger", "schemars"]
[dependencies.radicle-cob]
version = "0.13"
version = "0.14"
path = "../radicle-cob"
[dependencies.radicle-crypto]

View File

@ -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>",

View File

@ -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"