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
r
radicle-tui
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
997
Issues
75
Patches
209
Jobs
Commits
›
1fbed3ee79025eda3ebc09e0b46b7c21987918c3
Use TOML format for toolchain and bump to 1.88
Erik Kundt
committed
8 months ago
commit 1fbed3ee79025eda3ebc09e0b46b7c21987918c3
parent
f0a47ac5b569ef5e385eba7f2233af6c72cb5d5d
2 files changed
+4
-1
deleted
rust-toolchain
@@ -1 +0,0 @@
-
1.85
added
rust-toolchain.toml
@@ -0,0 +1,4 @@
+
[toolchain]
+
channel = "1.88"
+
profile = "default"
+
components = [ "rust-src" ]