Просмотр исходного кода

Merge pull request #184 from eza-community/cafk-rust-stable

build: use rust stable
Christina Sørensen 2 лет назад
Родитель
Сommit
db1274a1fb
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"