From febee09e3a8a8c793c68824e91644e7c7dbd0e21 Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 25 Apr 2023 21:43:17 +0100 Subject: [PATCH] add toolchain file --- agb-hashmap/rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 agb-hashmap/rust-toolchain.toml diff --git a/agb-hashmap/rust-toolchain.toml b/agb-hashmap/rust-toolchain.toml new file mode 100644 index 00000000..13933df8 --- /dev/null +++ b/agb-hashmap/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "nightly" +components = ["miri"]