mirror of
https://github.com/zellij-org/zellij.git
synced 2026-09-22 08:02:38 +00:00
* upgrade insta, rand, sha2, strum, thiserror, tokio-tungstenite, toml, which; drop unused semver and typetag * upgrade sysinfo to 0.39.5, bump toolchain (msrv) to 1.95.0 * remote legacy yaml config converter and thus drop serde_yaml * upgrade unicode-width to 0.2.2 * fix(tests): run ipc roundtrip test on a larger stack
8 lines
317 B
TOML
8 lines
317 B
TOML
# This file is updated by `update-toolchain.sh`
|
|
[toolchain]
|
|
# NOTE: When updating this, modify `rust-version` in `Cargo.toml` accordingly
|
|
channel = "1.95.0"
|
|
components = ["rustfmt", "clippy"]
|
|
# NOTE: Change this with care, this is also used by the CI pipeline
|
|
targets = ["wasm32-wasip1", "x86_64-unknown-linux-musl"]
|