mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Bump Rust to 0.73 (#289)
This commit is contained in:
parent
fa2c436f74
commit
1222790c76
2
justfile
2
justfile
@ -11,7 +11,7 @@ export NIGHTLY_TOOLCHAIN := "nightly-2023-09-23"
|
||||
# Keep this in sync with `rust-toolchain.toml` and `Cargo.toml`.
|
||||
# Make sure the above is newer than this.
|
||||
|
||||
export STABLE_TOOLCHAIN := "1.72.1"
|
||||
export STABLE_TOOLCHAIN := "1.73"
|
||||
export CARGO_TERM_COLOR := "always"
|
||||
export RUST_BACKTRACE := "1"
|
||||
|
||||
|
||||
@ -5,4 +5,4 @@
|
||||
# The version is set here instead of using stable, so we can make sure that a predictable version is used.
|
||||
#
|
||||
# Keep this in sync with `justfile` and `Cargo.toml`
|
||||
channel = "1.72.1"
|
||||
channel = "1.73"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user