diff --git a/.cargo/config.toml b/.cargo/config.toml index 6eb1bb15..534a3aca 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [build] -rustflags = ["-Clink-arg=-fuse-ld=mold", "-Ctarget-feature=+avx2"] \ No newline at end of file +rustflags = ["-Clink-arg=-fuse-ld=mold", "-Ctarget-feature=+avx2", "-Zthreads=12",] \ No newline at end of file diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1ceeb7b5..521f9951 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2023-10-01" \ No newline at end of file +channel = "nightly-2023-11-08" \ No newline at end of file