From 1555738be40d8fceb1d5888ba47c3bac84f5d2c1 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 28 Jul 2023 01:37:31 -0500 Subject: Fixed issues with building Sloth - Made Sloth build with Rust stable again - Made a rust-toolchain file so everyone uses the same version of Rust - Fixed the GitHub Actions to have LLVM so it can actually build - Fixed the Nix package to have LLVM so it can actually build --- rust-toolchain.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rust-toolchain.toml') diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4e70b08..0a8868e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,5 @@ [toolchain] -channel = "nightly-2023-06-15" +channel = "nightly-2023-06-19" +components = [ "rust-src", "rust-analyzer" ] +targets = [ "wasm32-unknown-unknown" ] +profile = "default" -- cgit v1.2.3