mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-29 23:31:03 +03:00
d267730704
* build: strip debug symbols Stripping the symbols for the release build drops binary size currently by 20% and the plugin binaries by up to 50%. Alternative: Keep the debug symbols also on releases * bump(rust): `1.58.0` -> `1.59.0` * chore: bump MSRV `1.56` -> `1.59` Needed for cargos strip-debug feature
6 lines
186 B
TOML
6 lines
186 B
TOML
# This file is updated by `update-toolchain.sh`
|
|
[toolchain]
|
|
channel = "1.59.0"
|
|
components = ["rustfmt", "clippy", "rust-analysis"]
|
|
targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]
|