mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
* Dedublicate and fix CI * Set correct toolchain * Install binstall quicker * Add check for different arch
7 lines
353 B
TOML
7 lines
353 B
TOML
[toolchain]
|
|
# This library version should match the $STABLE_TOOLCHAIN version of the justfile. The CI will not use
|
|
# the rust-toolchain.toml file to build this project. 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.
|
|
channel = "1.64"
|