aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-07-28 01:37:31 -0500
committerCody <cody@codyq.dev>2023-07-28 01:37:31 -0500
commit1555738be40d8fceb1d5888ba47c3bac84f5d2c1 (patch)
tree51fba7945698783cb1ab2d86607c768f7597018b /Cargo.toml
parent60ed283bace6596405eebd5670ce195f4c4f4409 (diff)
downloadsloth-1555738be40d8fceb1d5888ba47c3bac84f5d2c1.tar.gz
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cd103f5..62c6d45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,5 @@
[workspace]
+resolver = "2"
members = [ "sloth" ]
[workspace.package]