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-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
0603f63cdf547c433515bae36f86813ddbdd82ee
Add components to `rust-toolchain` file
Sebastian Martinez
committed
10 months ago
commit 0603f63cdf547c433515bae36f86813ddbdd82ee
parent
f966ef17739c2a754a3d0c77d8921b18a36cdc87
1 file changed
+3
-1
modified
radicle-httpd/rust-toolchain
@@ -1 +1,3 @@
-
1.87
+
[toolchain]
+
channel = "1.87.0"
+
components = ["clippy", "rustfmt"]