Skip to content

Commit 6d1e2c4

Browse files
committed
Cargo: Update the Rust toolchain to 1.84.0
from 1.75.0 which has been deprecated for a while now. Along with this change, the `wasm32-wasi` target is no longer available (see subsequent commit for additional info).
1 parent 29d8750 commit 6d1e2c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/zellij-org/zellij"
99
homepage = "https://zellij.dev"
1010
include = ["src/**/*", "assets/layouts/*", "assets/config/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"]
1111
# NOTE: When updating this, modify `channel` in `rust-toolchain.toml` accordingly
12-
rust-version = "1.75"
12+
rust-version = "1.84"
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is updated by `update-toolchain.sh`
22
[toolchain]
33
# NOTE: When updating this, modify `rust-version` in `Cargo.toml` accordingly
4-
channel = "1.75.0"
54
components = ["rustfmt", "clippy", "rust-analysis"]
6-
targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]
5+
channel = "1.84.0"
6+
targets = ["wasm32-wasip1", "x86_64-unknown-linux-musl"]

0 commit comments

Comments
 (0)