mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 13:02:12 +03:00
abe0f87211
* cargo: Reintroduce `rust-version` field in `Cargo.toml` since it appears that client-side `cargo` will check this field and [error when the users rust toolchain is too old][1]. Add comments in `Cargo.toml` and `rust-toolchain.toml` pointing to each other so the rust versions mentioned in each file are hopefully kept in sync in the future. [1]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field * CHANGELOG: Add MR #3482.
7 lines
264 B
TOML
7 lines
264 B
TOML
# This file is updated by `update-toolchain.sh`
|
|
[toolchain]
|
|
# NOTE: When updating this, modify `rust-version` in `Cargo.toml` accordingly
|
|
channel = "1.75.0"
|
|
components = ["rustfmt", "clippy", "rust-analysis"]
|
|
targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]
|