Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
lib: Fix heartwood to pre-cache revision
Merged did:key:z6MkgFq6...nBGz opened 2 years ago
2 files changed +8 -8 98b54a4f 992736de
modified Cargo.lock
@@ -1473,7 +1473,7 @@ dependencies = [
[[package]]
name = "radicle"
version = "0.2.0"
-
source = "git+https://github.com/radicle-dev/heartwood#fe55de181d4320a0cd7a6ebd2820764280ae9adc"
+
source = "git+https://github.com/radicle-dev/heartwood?rev=eff4016#eff40166c9ac8ad9776ecb6160d245220bfb1f87"
dependencies = [
 "amplify",
 "base64 0.21.7",
@@ -1503,7 +1503,7 @@ dependencies = [
[[package]]
name = "radicle-cob"
version = "0.2.0"
-
source = "git+https://github.com/radicle-dev/heartwood#fe55de181d4320a0cd7a6ebd2820764280ae9adc"
+
source = "git+https://github.com/radicle-dev/heartwood?rev=eff4016#eff40166c9ac8ad9776ecb6160d245220bfb1f87"
dependencies = [
 "fastrand",
 "git2",
@@ -1521,7 +1521,7 @@ dependencies = [
[[package]]
name = "radicle-crypto"
version = "0.2.0"
-
source = "git+https://github.com/radicle-dev/heartwood#fe55de181d4320a0cd7a6ebd2820764280ae9adc"
+
source = "git+https://github.com/radicle-dev/heartwood?rev=eff4016#eff40166c9ac8ad9776ecb6160d245220bfb1f87"
dependencies = [
 "amplify",
 "cyphernet",
@@ -1539,7 +1539,7 @@ dependencies = [
[[package]]
name = "radicle-dag"
version = "0.2.0"
-
source = "git+https://github.com/radicle-dev/heartwood#fe55de181d4320a0cd7a6ebd2820764280ae9adc"
+
source = "git+https://github.com/radicle-dev/heartwood?rev=eff4016#eff40166c9ac8ad9776ecb6160d245220bfb1f87"
dependencies = [
 "fastrand",
]
@@ -1561,7 +1561,7 @@ dependencies = [
[[package]]
name = "radicle-ssh"
version = "0.2.0"
-
source = "git+https://github.com/radicle-dev/heartwood#fe55de181d4320a0cd7a6ebd2820764280ae9adc"
+
source = "git+https://github.com/radicle-dev/heartwood?rev=eff4016#eff40166c9ac8ad9776ecb6160d245220bfb1f87"
dependencies = [
 "byteorder",
 "log",
@@ -1596,7 +1596,7 @@ dependencies = [
[[package]]
name = "radicle-term"
version = "0.1.0"
-
source = "git+https://github.com/radicle-dev/heartwood#fe55de181d4320a0cd7a6ebd2820764280ae9adc"
+
source = "git+https://github.com/radicle-dev/heartwood?rev=eff4016#eff40166c9ac8ad9776ecb6160d245220bfb1f87"
dependencies = [
 "anstyle-query",
 "anyhow",
modified Cargo.toml
@@ -21,8 +21,8 @@ inquire = { version = "0.6.2", default-features = false, features = ["termion",
lexopt = { version = "0.3.0" }
libc = { version = "^0.2" }
log = { version = "0.4.19" }
-
radicle = { git = "https://github.com/radicle-dev/heartwood" }
-
radicle-term = { git = "https://github.com/radicle-dev/heartwood", package = "radicle-term" }
+
radicle = { git = "https://github.com/radicle-dev/heartwood", rev = "eff4016" }
+
radicle-term = { git = "https://github.com/radicle-dev/heartwood", package = "radicle-term", rev = "eff4016" }
radicle-surf = { version = "0.18.0" }
ratatui = { git = "https://github.com/erak/ratatui", branch = "termion-cursor", default-features = false, features = ["all-widgets", "termion"] }
simple-logging = { version = "2.0.2" }