diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-07-25 20:23:12 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-08-07 10:52:02 +0000 |
| commit | f58e737554bebd34ac794d02b6e018bf20857788 (patch) | |
| tree | aa87b96be4b1487aff933cddf195e00661afb55b /compiler/rustc_codegen_ssa | |
| parent | 216686bfa5025f2b4cd712c8d933c4d05599816e (diff) | |
| download | rust-f58e737554bebd34ac794d02b6e018bf20857788.tar.gz rust-f58e737554bebd34ac794d02b6e018bf20857788.zip | |
Update ar_archive_writer to 0.3.3
Version 0.3.1 has added support for writing import libraries. Version 0.3.2 fixed creating archives containing members of import libraries. Version 0.3.3 fixed building on big-endian systems.
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 2767ad5ec9c..6e1c323cbd0 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] # tidy-alphabetical-start -ar_archive_writer = "0.3.0" +ar_archive_writer = "0.3.3" arrayvec = { version = "0.7", default-features = false } bitflags = "2.4.1" cc = "1.0.90" |
