Update `radicle` to 0.14

This commit is contained in:
cloudhead 2024-11-29 15:23:29 +01:00
parent 70f0cc354d
commit fd892d006f
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@ -1869,7 +1869,7 @@ dependencies = [
[[package]] [[package]]
name = "radicle" name = "radicle"
version = "0.13.0" version = "0.14.0"
dependencies = [ dependencies = [
"amplify", "amplify",
"base64 0.21.7", "base64 0.21.7",
@ -1959,7 +1959,7 @@ dependencies = [
[[package]] [[package]]
name = "radicle-cob" name = "radicle-cob"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"fastrand", "fastrand",
"git2", "git2",
@ -2014,7 +2014,7 @@ dependencies = [
[[package]] [[package]]
name = "radicle-dag" name = "radicle-dag"
version = "0.9.0" version = "0.10.0"
dependencies = [ dependencies = [
"fastrand", "fastrand",
] ]

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.12.0" version = "0.13.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>",

View File

@ -5,7 +5,7 @@ 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"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
authors = ["cloudhead <cloudhead@radicle.xyz>"] authors = ["cloudhead <cloudhead@radicle.xyz>"]
version = "0.9.0" version = "0.10.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]

View File

@ -4,7 +4,7 @@ description = "Radicle standard 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"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
version = "0.13.0" version = "0.14.0"
authors = ["cloudhead <cloudhead@radicle.xyz>"] authors = ["cloudhead <cloudhead@radicle.xyz>"]
edition = "2021" edition = "2021"