From 13f60232f991a875fead0d8b891a7309b0ca0dbb Mon Sep 17 00:00:00 2001 From: Facundo Villa Date: Thu, 9 Nov 2023 20:33:42 -0300 Subject: [PATCH] Updated toolchain. --- .cargo/config.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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