1
0
Fork 0
ruma/rust-toolchain.toml
2026-06-19 02:19:06 -04:00

5 lines
197 B
TOML

[toolchain]
# Keep in sync with version in `xtask/src/main.rs` and `.github/workflows/ci.yml`
channel = "nightly-2026-06-18"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]