1
Fork 0

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:
bjorn3 2024-07-25 20:23:12 +00:00
parent 216686bfa5
commit f58e737554
2 changed files with 4 additions and 13 deletions

View file

@ -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"