mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
* Upgrade toolchain to 1.65 * Set minimum Rust version * Cargo workspaces * Set version manually * Set a specific rust version so we an upgrade is triggered * Use debug for wgpu-info for speedier compile * Install specific rev of wgpu-info * Fix windows build
7 lines
377 B
TOML
7 lines
377 B
TOML
[toolchain]
|
|
# 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.
|
|
# The version is set here instead of using stable, so we can make sure that a predictable version is used.
|
|
channel = "1.65"
|