1
0
Эх сурвалжийг харах

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

build: use rust stable
Christina Sørensen 2 жил өмнө
parent
commit
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"