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.
This commit is contained in:
parent
216686bfa5
commit
f58e737554
2 changed files with 4 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue