diff options
| author | klensy <klensy@users.noreply.github.com> | 2024-07-17 14:33:20 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2024-07-28 17:21:07 +0300 |
| commit | 58c9999f25131f53462badfc0ec8759d0344c53e (patch) | |
| tree | 7c39e7ebf1c73767ba94e00903688664c7a35220 /compiler/rustc_codegen_ssa | |
| parent | f4831e6317fe54a4e2e3309ff75d396f3bca291d (diff) | |
| download | rust-58c9999f25131f53462badfc0ec8759d0344c53e.tar.gz rust-58c9999f25131f53462badfc0ec8759d0344c53e.zip | |
dedup object
waiting on thorin-dwp update dedup one wasmparser run-make-support: drop some features for wasmparser dedupe wasm-encoder
Diffstat (limited to 'compiler/rustc_codegen_ssa')
| -rw-r--r-- | compiler/rustc_codegen_ssa/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index f7b5b0f310b..2767ad5ec9c 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.200.0" +wasm-encoder = "0.210.0" # tidy-alphabetical-end [target.'cfg(unix)'.dependencies] @@ -50,7 +50,7 @@ libc = "0.2.50" # tidy-alphabetical-end [dependencies.object] -version = "0.32.1" +version = "0.36.2" default-features = false features = ["read_core", "elf", "macho", "pe", "xcoff", "unaligned", "archive", "write", "wasm"] |
