mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
9 lines
434 B
TOML
9 lines
434 B
TOML
[toolchain]
|
|
# The CI will not use the rust-toolchain.toml file to build this project.
|
|
# However, the CI might use it 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.
|
|
#
|
|
# Keep this in sync with `justfile` and `Cargo.toml`
|
|
channel = "1.79"
|