Skip to content

Commit

Permalink
chore: update rust to 1.82
Browse files Browse the repository at this point in the history
And explicitly disable features we don't support.
  • Loading branch information
Stebalien authored and rvagg committed Dec 4, 2024
1 parent b6dd8b0 commit afdee31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ rustflags = [
rustflags = [
"-Ctarget-feature=+bulk-memory",
"-Ctarget-feature=+crt-static",
"-Ctarget-feature=+mutable-globals",
"-Ctarget-feature=+sign-ext",
"-Ctarget-feature=-reference-types",
"-Ctarget-feature=-multivalue",
"-Ctarget-feature=-atomics",
"-Clink-arg=--export-table",
]
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.76.0"
channel = "1.82.0"
components = ["clippy", "llvm-tools-preview", "rustfmt"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit afdee31

Please sign in to comment.