Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
h
heartwood
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
3092
Issues
203
Patches
778
Jobs
Commits
›
621c5a45631e2f1f77a6a2bd27ab418592346866
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" ]