Skip to content

Commit

Permalink
Upgrade Rust to nightly-2023-03-29 and 1.68 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann committed Apr 8, 2023
1 parent 669ccef commit e390884
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/gradle/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e390884

Please sign in to comment.