From 5c8844db1c42df0ca38ea3e8623323340480e5a5 Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Mon, 2 Dec 2024 17:06:42 +0100 Subject: [PATCH] Fix `radicle` crate at `0.14.0` Also update `heartwood-release` to a pre-release to get the tests to pass --- Cargo.lock | 23 ++++++++++++++--------- crates/radicle-tauri/Cargo.toml | 2 +- crates/radicle-types/Cargo.toml | 2 +- crates/test-http-api/Cargo.toml | 2 +- tests/support/heartwood-release | 2 +- 5 files changed, 18 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 933efbe..1d566a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3972,8 +3972,9 @@ dependencies = [ [[package]] name = "radicle" -version = "0.13.0" -source = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git#47b200988c311d6f06bba7244efa829e9d79b637" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd823aeed3ffe73eb82a213e62cb3811f9bdf453844d6e0b14684e0757fb389b" dependencies = [ "amplify", "base64 0.21.7", @@ -4003,8 +4004,9 @@ dependencies = [ [[package]] name = "radicle-cob" -version = "0.12.0" -source = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git#47b200988c311d6f06bba7244efa829e9d79b637" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90581a9508ccc310998e991d7acf139d2991297d3fb37d30de07536e10256afb" dependencies = [ "fastrand", "git2", @@ -4022,7 +4024,8 @@ dependencies = [ [[package]] name = "radicle-crypto" version = "0.11.0" -source = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git#47b200988c311d6f06bba7244efa829e9d79b637" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1d6a67969719841ad06049597006368eb4238ca63a02d20207654dfd1d2d6ad" dependencies = [ "amplify", "cyphernet", @@ -4041,8 +4044,9 @@ dependencies = [ [[package]] name = "radicle-dag" -version = "0.9.0" -source = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git#47b200988c311d6f06bba7244efa829e9d79b637" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb41c7e10ada3a4df960190a96bfb4af56d33ada890f917acc8e3b122b614875" dependencies = [ "fastrand", ] @@ -4064,7 +4068,8 @@ dependencies = [ [[package]] name = "radicle-ssh" version = "0.9.0" -source = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git#47b200988c311d6f06bba7244efa829e9d79b637" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbee758010fb64482be4b18591fbeb3cbc15b16450d143edf4edb5484c7366c6" dependencies = [ "byteorder", "log", @@ -5073,7 +5078,7 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/crates/radicle-tauri/Cargo.toml b/crates/radicle-tauri/Cargo.toml index baf31cc..356ac07 100644 --- a/crates/radicle-tauri/Cargo.toml +++ b/crates/radicle-tauri/Cargo.toml @@ -18,7 +18,7 @@ tauri-build = { version = "2.0.1", features = ["isolation"] } anyhow = { version = "1.0.90" } base64 = { version = "0.22.1" } log = { version = "0.4.22" } -radicle = { git = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git" } +radicle = { version = "0.14.0" } radicle-types = { version = "0.1.0", path = "../radicle-types" } radicle-surf = { version = "0.22.1", features = ["serde"] } serde = { version = "1.0.210", features = ["derive"] } diff --git a/crates/radicle-types/Cargo.toml b/crates/radicle-types/Cargo.toml index 8432c58..32c9d6d 100644 --- a/crates/radicle-types/Cargo.toml +++ b/crates/radicle-types/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" anyhow = { version = "1.0.90" } axum = { version = "0.7.5", default-features = false, features = ["json"] } base64 = { version = "0.22.1" } -radicle = { git = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git", features = ["test"] } +radicle = { version = "0.14.0", features = ["test"] } radicle-surf = { version = "0.22.1", features = ["serde"] } serde = { version = "1.0.210", features = ["derive"] } serde_json = { version = "1.0.132" } diff --git a/crates/test-http-api/Cargo.toml b/crates/test-http-api/Cargo.toml index f8dd07c..778525a 100644 --- a/crates/test-http-api/Cargo.toml +++ b/crates/test-http-api/Cargo.toml @@ -10,7 +10,7 @@ anyhow = { version = "1.0.90" } axum = { version = "0.7.5", default-features = false, features = ["json", "query", "tokio", "http1"] } hyper = { version = "1.4", default-features = false } lexopt = { version = "0.3.0" } -radicle = { git = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git" } +radicle = { version = "0.14.0" } radicle-surf = { version = "0.22.1", default-features = false, features = ["serde"] } radicle-types = { path = "../radicle-types" } serde = { version = "1", features = ["derive"] } diff --git a/tests/support/heartwood-release b/tests/support/heartwood-release index afaf360..2d434c6 100644 --- a/tests/support/heartwood-release +++ b/tests/support/heartwood-release @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.1.0-pre.4 \ No newline at end of file