Update `radicle-cob` crate to 0.12.0

This commit is contained in:
cloudhead 2024-08-28 12:55:19 +02:00
parent c8fbcf2a7a
commit c112f3fbc9
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

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