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

build: use rust stable
This commit is contained in:
Christina Sørensen 2023-08-29 10:37:41 +02:00 committed by GitHub
commit db1274a1fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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