diff options
| author | bors <bors@rust-lang.org> | 2024-10-01 16:32:19 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-01 16:32:19 +0000 |
| commit | c817d5dc2050ec443516f9700c19b1419593a83d (patch) | |
| tree | e21ddbb656fecc18a950d2edfdfa454bd40fa040 /src/tools | |
| parent | 8dd5cd0bc1d683c30805e1dc831cac546b621a75 (diff) | |
| parent | 91f079aacf2dcb7352b18bc909528f7af7ef506f (diff) | |
| download | rust-c817d5dc2050ec443516f9700c19b1419593a83d.tar.gz rust-c817d5dc2050ec443516f9700c19b1419593a83d.zip | |
Auto merge of #131098 - GuillaumeGomez:rollup-kk74was, r=GuillaumeGomez
Rollup of 5 pull requests Successful merges: - #130630 (Support clobber_abi and vector/access registers (clobber-only) in s390x inline assembly) - #131042 (Instantiate binders in `supertrait_vtable_slot`) - #131079 (Update wasm-component-ld to 0.5.9) - #131085 (make test_lots_of_insertions test take less long in Miri) - #131088 (add fixme to remove LLVM_ENABLE_TERMINFO when minimal llvm version is 19) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/wasm-component-ld/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wasm-component-ld/Cargo.toml b/src/tools/wasm-component-ld/Cargo.toml index 91ff19ad9fc..49f4e59650e 100644 --- a/src/tools/wasm-component-ld/Cargo.toml +++ b/src/tools/wasm-component-ld/Cargo.toml @@ -10,4 +10,4 @@ name = "wasm-component-ld" path = "src/main.rs" [dependencies] -wasm-component-ld = "0.5.4" +wasm-component-ld = "0.5.9" |
