maplibre-rs/rust-toolchain.toml
Max Ammann ecaa696430
Deduplicate and fix CI (#189)
* Dedublicate and fix CI

* Set correct toolchain

* Install binstall quicker

* Add check for different arch
2022-10-30 18:46:05 +01:00

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"