Upgrade Rust to nightly-2023-03-29 and 1.68 (#269)

This commit is contained in:
Max Ammann 2023-04-08 16:48:15 -04:00 committed by GitHub
parent 669ccef4c6
commit e390884221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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"

View File

@ -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"