Skip to content

Commit

Permalink
Update cargo nightly and use parallel frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
PikminGuts92 committed Nov 19, 2023
1 parent 2fb03a2 commit a37edff
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
Expand Up @@ -2,4 +2,4 @@
# https://github.com/bevyengine/bevy/issues/1126
[target.x86_64-pc-windows-msvc]
linker = "rust-lld.exe"
rustflags = ["-Zshare-generics=off", "-Zmacro-backtrace=on"]
rustflags = ["-Zshare-generics=off", "-Zmacro-backtrace=on", "-Zthreads=20"]
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-19" # 1.75.0
channel = "nightly-2023-11-19" # 1.76.0

0 comments on commit a37edff

Please sign in to comment.