Переглянути джерело

build: use rust stable

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 роки тому
батько
коміт
2a97b304b2
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      rust-toolchain.toml

+ 1 - 1
rust-toolchain.toml

@@ -1,4 +1,4 @@
 [toolchain]
-channel = "nightly"
+channel = "stable"
 components = [ "rustfmt", "rustc", "rust-src", "rust-analyzer", "cargo", "clippy" ]
 profile = "minimal"