diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-08-15 16:16:38 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-15 16:16:38 +1000 |
| commit | 201e6324a77fb4a91516dcd9a47a1fd31e18176f (patch) | |
| tree | 4ac2d7c56f16a879f591df40941a5ee5e27fd367 /src/tools | |
| parent | 8f1202cef20482312cefcfd0afe23aaf97bce853 (diff) | |
| parent | 3a250b79390e9d0258ae463c875aac6c643956db (diff) | |
| download | rust-201e6324a77fb4a91516dcd9a47a1fd31e18176f.tar.gz rust-201e6324a77fb4a91516dcd9a47a1fd31e18176f.zip | |
Rollup merge of #145275 - StackOverflowExcept1on:fix-wasm32v1-none, r=alexcrichton
fix(compiler/rustc_codegen_llvm): apply `target-cpu` attribute Resolves rust-lang/rust#140174 r? ```@alexcrichton``` try-job: `test-various*`
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/run-make-support/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/run-make-support/Cargo.toml b/src/tools/run-make-support/Cargo.toml index a4e7534137d..250e0f65a9f 100644 --- a/src/tools/run-make-support/Cargo.toml +++ b/src/tools/run-make-support/Cargo.toml @@ -17,7 +17,7 @@ object = "0.37" regex = "1.11" serde_json = "1.0" similar = "2.7" -wasmparser = { version = "0.219", default-features = false, features = ["std"] } +wasmparser = { version = "0.236", default-features = false, features = ["std", "features", "validate"] } # tidy-alphabetical-end # Shared with bootstrap and compiletest |
