aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-31 17:34:09 +0000
committerFuwn <[email protected]>2022-07-31 17:34:16 +0000
commit398830dd51b1fa493ca2618702f5175f3af70ee4 (patch)
treefe376d5bc148a9691e1c57278c71ac383538d639 /rust-toolchain.toml
parentdocs(README.md): add nightly toolchain notice (diff)
downloadwindmark-398830dd51b1fa493ca2618702f5175f3af70ee4.tar.xz
windmark-398830dd51b1fa493ca2618702f5175f3af70ee4.zip
feat: drop rust nightly requirement!!!
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 22a9829..292fe49 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,2 +1,2 @@
[toolchain]
-channel = "nightly-2022-02-22"
+channel = "stable"