diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-08-31 20:36:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-31 20:36:25 +0200 |
| commit | 0afda15f05fbde051cc7e1645404b77fa8a4dc7a (patch) | |
| tree | 776d87461399a61c54ac29f4c4d3a3bbb8f0d94f /compiler/rustc_codegen_ssa | |
| parent | a5fb8b90bf7c72e4c29dc1991f47b679de76d499 (diff) | |
| parent | 99558dc7f4ac4ed6a534136b57caf7a10a62c0bb (diff) | |
| download | rust-0afda15f05fbde051cc7e1645404b77fa8a4dc7a.tar.gz rust-0afda15f05fbde051cc7e1645404b77fa8a4dc7a.zip | |
Rollup merge of #129762 - alexcrichton:update-wasm-component-ld, r=jieyouxu
Update the `wasm-component-ld` binary dependency This keeps it up-to-date by moving from 0.5.6 to 0.5.7. While here I've additionally updated some other wasm-related dependencies in the workspace to keep them up-to-date and try to avoid duplicate versions as well.
Diffstat (limited to 'compiler/rustc_codegen_ssa')
| -rw-r--r-- | compiler/rustc_codegen_ssa/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index e78039bafd8..3ab4cd0a0f5 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -41,7 +41,7 @@ tempfile = "3.2" thin-vec = "0.2.12" thorin-dwp = "0.7" tracing = "0.1" -wasm-encoder = "0.215.0" +wasm-encoder = "0.216.0" # tidy-alphabetical-end [target.'cfg(unix)'.dependencies] |
