Sfoglia il codice sorgente

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

build: use rust stable
Christina Sørensen 2 anni fa
parent
commit
db1274a1fb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"