From 08967baef62772177bba95f99990e69094735a2b Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 6 Sep 2021 10:59:29 +0900 Subject: flake: Update dependencies --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml (limited to 'rust-toolchain.toml') diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 00000000..a63c14b9 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "nightly" +# components = ["rustfmt", "rust-src"] -- cgit v1.2.3-70-g09d2 From d991715ff1fbd906fab60dda1f70f700c9e14817 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Wed, 8 Sep 2021 14:52:30 +0900 Subject: Switch rust-toolchain.toml over to stable --- rust-toolchain.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust-toolchain.toml') diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a63c14b9..79f6f8f6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly" -# components = ["rustfmt", "rust-src"] +channel = "stable" +components = ["rustfmt", "rust-src"] -- cgit v1.2.3-70-g09d2