Skip to content

Commit

Permalink
Bump default nightly Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Feb 19, 2025
1 parent 85f8b87 commit b054c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyodide_build/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def _get_make_environment_vars(self) -> Mapping[str, str]:
"rustflags": "-C link-arg=-sSIDE_MODULE=2 -C link-arg=-sWASM_BIGINT -Z link-native-libraries=no",
"cargo_build_target": "wasm32-unknown-emscripten",
"cargo_target_wasm32_unknown_emscripten_linker": "emcc",
"rust_toolchain": "nightly-2024-01-29",
"rust_toolchain": "nightly-2025-01-15",
# Other configuration
"pyodide_jobs": "1",
"skip_emscripten_version_check": "0",
Expand Down

0 comments on commit b054c4b

Please sign in to comment.