Skip to content

Commit 7b26e40

Browse files
committed
rust 1.82
1 parent 1d9aed8 commit 7b26e40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description = "Maps for Desktop, Mobile and Web"
1818
version = "0.1.0"
1919
edition = "2021"
2020
# Keep this in sync with `rust-toolchain.toml` and `justfile`
21-
rust-version = "1.79"
21+
rust-version = "1.82"
2222
license = "MIT OR Apache-2.0"
2323
keywords = ["graphics", "maps", "webgl", "tiles"]
2424
categories = ["graphics", "science::geo"]

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export NIGHTLY_TOOLCHAIN := "nightly-2024-07-22"
1111
# Keep this in sync with `rust-toolchain.toml` and `Cargo.toml`.
1212
# Make sure the above is newer than this.
1313

14-
export STABLE_TOOLCHAIN := "1.79"
14+
export STABLE_TOOLCHAIN := "1.82"
1515
export CARGO_TERM_COLOR := "always"
1616
export RUST_BACKTRACE := "1"
1717

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# The version is set here instead of using stable, so we can make sure that a predictable version is used.
66
#
77
# Keep this in sync with `justfile` and `Cargo.toml`
8-
channel = "1.79"
8+
channel = "1.82"

0 commit comments

Comments
 (0)