Browse Source

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

build: use rust stable
Christina Sørensen 2 years ago
parent
commit
db1274a1fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rust-toolchain.toml

+ 1 - 1
rust-toolchain.toml

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