Radish
alpha
Sign in with GitHub
r
radicle-tui
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Clone
Radicle
Git
Source
Commits
997
Issues
75
Patches
209
Commits
›
1fbed3e
Use TOML format for toolchain and bump to 1.88
Erik Kundt
committed
8 months ago
commit 1fbed3ee79025eda3ebc09e0b46b7c21987918c3
parent
f0a47ac
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" ]