Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
chore: set radicle to use a git repository instead of file path
Lars Wirzenius committed 2 years ago
commit a9baf73eb66aa72fa86879e95e08a18098c579e0
parent 0ca17e15b9f9786da396cc1b852c3c42d3b991e6
2 files changed +7 -1
modified Cargo.lock
@@ -954,6 +954,7 @@ dependencies = [
[[package]]
name = "radicle"
version = "0.2.0"
+
source = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?branch=master#63469fd3bc45b7205ddc80e796e47da0d3d07ad5"
dependencies = [
 "amplify",
 "crossbeam-channel",
@@ -995,6 +996,7 @@ dependencies = [
[[package]]
name = "radicle-cob"
version = "0.2.0"
+
source = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?branch=master#63469fd3bc45b7205ddc80e796e47da0d3d07ad5"
dependencies = [
 "fastrand",
 "git2",
@@ -1012,6 +1014,7 @@ dependencies = [
[[package]]
name = "radicle-crypto"
version = "0.2.0"
+
source = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?branch=master#63469fd3bc45b7205ddc80e796e47da0d3d07ad5"
dependencies = [
 "amplify",
 "cyphernet",
@@ -1029,6 +1032,7 @@ dependencies = [
[[package]]
name = "radicle-dag"
version = "0.2.0"
+
source = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?branch=master#63469fd3bc45b7205ddc80e796e47da0d3d07ad5"
dependencies = [
 "fastrand",
]
@@ -1050,6 +1054,7 @@ dependencies = [
[[package]]
name = "radicle-ssh"
version = "0.2.0"
+
source = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?branch=master#63469fd3bc45b7205ddc80e796e47da0d3d07ad5"
dependencies = [
 "byteorder",
 "log",
modified Cargo.toml
@@ -15,4 +15,5 @@ serde_json = "1.0.108"
thiserror = "1.0.50"

[dependencies.radicle]
-
path = "../heartwood/radicle"
+
git = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
+
branch = "master"