mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Update rust toolchain version (#146)
This commit is contained in:
parent
be5f855688
commit
4391d216fa
2
.idea/runConfigurations/Build_WASM.xml
generated
2
.idea/runConfigurations/Build_WASM.xml
generated
@ -10,7 +10,7 @@
|
||||
<option name="buildTarget" value="REMOTE" />
|
||||
<option name="backtrace" value="SHORT" />
|
||||
<envs>
|
||||
<env name="RUSTUP_TOOLCHAIN" value="nightly-2022-04-04-x86_64-unknown-linux-gnu" />
|
||||
<env name="RUSTUP_TOOLCHAIN" value="nightly-2022-07-03-x86_64-unknown-linux-gnu" />
|
||||
</envs>
|
||||
<option name="isRedirectInput" value="false" />
|
||||
<option name="redirectInputPath" value="" />
|
||||
|
||||
2
justfile
2
justfile
@ -4,7 +4,7 @@
|
||||
|
||||
set shell := ["bash", "-c"]
|
||||
|
||||
export NIGHTLY_TOOLCHAIN := "nightly-2022-04-04-x86_64-unknown-linux-gnu"
|
||||
export NIGHTLY_TOOLCHAIN := "nightly-2022-07-03-x86_64-unknown-linux-gnu"
|
||||
export CARGO_TERM_COLOR := "always"
|
||||
export RUST_BACKTRACE := "1"
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[toolchain]
|
||||
channel = "1.60"
|
||||
channel = "1.62"
|
||||
targets = [
|
||||
"wasm32-unknown-unknown", "x86_64-unknown-linux-gnu", "x86_64-linux-android", "aarch64-linux-android",
|
||||
"x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-apple-ios", "aarch64-apple-ios", "aarch64-apple-ios-sim"
|
||||
]
|
||||
components = [ "rust-src" ] # rust-src is required for WASM and android builds which recompile the stdlib
|
||||
components = [ "rust-src" ] # rust-src is required for WASM and android builds which recompile the stdlib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user