Skip to content

Commit

Permalink
Updated toolchain.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundo-villa committed Nov 9, 2023
1 parent 934c7f9 commit 13f6023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build]
rustflags = ["-Clink-arg=-fuse-ld=mold", "-Ctarget-feature=+avx2"]
rustflags = ["-Clink-arg=-fuse-ld=mold", "-Ctarget-feature=+avx2", "-Zthreads=12",]
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2023-10-01"
channel = "nightly-2023-11-08"

0 comments on commit 13f6023

Please sign in to comment.