mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Upgrade Rust to nightly-2023-03-29 and 1.68 (#269)
This commit is contained in:
parent
669ccef4c6
commit
e390884221
@ -34,7 +34,7 @@ cargo {
|
||||
libname = "maplibre_android"
|
||||
targetDirectory = "${module}/../target"
|
||||
profile = "debug"
|
||||
rustupChannel = "nightly-2022-11-12" // Also change the version in justfile
|
||||
rustupChannel = "nightly-2023-03-29" // Also change the version in justfile
|
||||
|
||||
|
||||
features {
|
||||
|
||||
2
justfile
2
justfile
@ -4,7 +4,7 @@
|
||||
|
||||
set shell := ["bash", "-c"]
|
||||
|
||||
export NIGHTLY_TOOLCHAIN := "nightly-2022-11-12" # Also change the version in android/gradle/lib/build.gradle
|
||||
export NIGHTLY_TOOLCHAIN := "nightly-2023-03-29" # Also change the version in android/gradle/lib/build.gradle
|
||||
export STABLE_TOOLCHAIN := "1.65"
|
||||
|
||||
export CARGO_TERM_COLOR := "always"
|
||||
|
||||
@ -3,4 +3,4 @@
|
||||
# The CI might use it though to build other Rust binaries, required for building maplibre-rs.
|
||||
# This file is here to give IDEs a hint about which Rust version to use.
|
||||
# The version is set here instead of using stable, so we can make sure that a predictable version is used.
|
||||
channel = "1.65"
|
||||
channel = "1.68"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user