Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
rust: Migrate to `rust-toolchain.toml`
Lorenz Leutgeb committed 1 year ago
commit 621c5a45631e2f1f77a6a2bd27ab418592346866
parent b398e54b831aa0427451fd068faeb82c768dcbb1
2 files changed +4 -1
deleted rust-toolchain
@@ -1 +0,0 @@
-
1.80
added rust-toolchain.toml
@@ -0,0 +1,4 @@
+
[toolchain]
+
channel = "1.80"
+
profile = "default"
+
components = [ "rust-src" ]