26 Commits

Author SHA1 Message Date
Philip Craig b271ade7e6 Update wasmparser dependency to 0.208.1 2024-05-26 15:25:56 +10:00
Markus Stange e311be5abb Update MSRV to 1.65. 2024-04-05 19:23:12 -04:00
Philip Craig 90f65737c9 xtask: add build-release and test-release (#647) 2024-03-19 15:28:32 +10:00
Philip Craig 0d49b57b04 Add xtask crate and use in CI (#635) 2024-02-23 16:52:27 +10:00
Philip Craig 2669d72669 ci: fix MSRV build (#631) 2024-02-12 13:38:22 +10:00
Philip Craig 567edaf246 readobj: add command line options (#625) 2024-01-27 16:42:22 +10:00
Philip Craig 69d3879c3b Fix build with some feature combinations (#619) 2024-01-06 15:22:48 +10:00
Dirk Stolle a17fb497b5 ci: update actions/checkout in GitHub Actions workflows to v4 (#617) 2023-12-27 15:00:36 +10:00
Philip Craig a9322df97d Fix rustdoc warnings (#609) 2023-12-09 16:19:08 +10:00
Philip Craig 6022f09ad9 ci: switch to powerpc64 for big endian test (#575)
mips64 isn't available currently.
2023-09-03 12:53:35 +10:00
Philip Craig 61c8f2d4c2 Update dependencies (#569) 2023-08-12 14:16:10 +10:00
Josh Stone 7806cbf5db Upgrade to hashbrown 0.14 and indexmap 2 (#558) 2023-07-29 13:26:00 +10:00
Dirk Stolle 2f9cc24052 Update actions/checkout in GitHub Actions workflows to v3 (#518) 2023-03-06 12:09:45 +10:00
Philip Craig b86def7faa Fix coverage CI (#506)
actions-rs is unmaintained.
2023-01-29 17:05:49 +10:00
Philip Craig 839877a7ff Update hashbrown to 0.13.1
This changes the MSRV to 1.61.0 for the write feature.
2022-11-22 13:16:35 +10:00
Philip Craig 1eb82ffa16 Change xcoff to be an unstable feature (#485)
The xcoff feature needs further work before being ready for release.

Also, the default resolver can be changed to "2" now that the MSRV is
at least 1.51. This works better with features in workspaces.
2022-11-20 14:44:41 +10:00
Esme 5514d1bedb read/xcoff: initial support (#469) 2022-10-19 15:35:43 +10:00
Philip Craig 7521d394a4 read/pe: use endianness for resource names 2022-08-27 13:31:54 +10:00
Philip Craig 00ed90517a ci: test 32-bit and big endian 2022-08-27 13:31:54 +10:00
Philip Craig 8b324b579e Update hashbrown dependency (#444) 2022-06-22 16:38:47 +10:00
Philip Craig 2f08a7574a Release 0.28.3 (#424) 2022-01-19 15:57:18 +10:00
Philip Craig 75cd5b802f Add doc feature 2021-10-17 13:28:11 +10:00
Philip Craig e65f5a9660 Add initial ELF/PE/Wasm file tests 2021-08-26 12:24:52 +10:00
Philip Craig 44bf52c94d Update code coverage action (#360) 2021-08-19 14:47:05 +10:00
Philip Craig b64fdcd143 Add readobj example that uses the lower level read API
Currently only prints ELF files.
2020-12-10 19:08:13 +10:00