196 Commits

Author SHA1 Message Date
Josh Stone 3d89e59fcc Update dependencies (#806) 2025-09-19 16:27:26 +10:00
Philip Craig 916c47b90e Release 0.37.3 (#804) 2025-08-13 20:32:22 +10:00
Philip Craig 8500ba613b Release 0.37.2 2025-08-01 17:21:28 +10:00
Philip Craig 17b94ac511 Fix clippy warnings
Allow clippy::uninlined_format_args for now since fixing it is a lot of noise.
2025-08-01 17:21:28 +10:00
Philip Craig ceba523007 Update wasmparser dependency 2025-08-01 17:21:28 +10:00
Philip Craig 4b833202b2 Release 0.37.1 2025-06-11 21:45:45 +10:00
Philip Craig c222a099f4 Update wasmparser dependency 2025-06-11 21:45:45 +10:00
Trevor Gross 76c63ac2da Remove compiler-builtins from rustc-dep-of-std dependencies (#777)
Since [1], this will come automatically from `rustc-std-workspace-core`
and the crates.io dependency should no longer be specified.

[1]: https://github.com/rust-lang/rust/pull/141993
2025-06-11 13:56:00 +10:00
Philip Craig 3d7f84d619 Release 0.37.0 2025-06-02 17:41:23 +10:00
Philip Craig 7e0a25ef87 Update wasmparser and ruzstd dependencies 2025-06-02 17:41:23 +10:00
Sam Collinson 4f55dd7301 read/macho: add iterators for mappings and relocations in dyld cache (#738) 2025-01-04 15:45:13 +10:00
Philip Craig 5b66b69298 Release 0.36.7 (#751)
Includes build.rs in package.
2024-12-21 22:44:40 +10:00
Philip Craig fa4499b087 Release 0.36.6 2024-12-21 20:54:39 +10:00
Philip Craig e2593d7c48 Update wasmparser 2024-12-21 20:54:39 +10:00
Alex Crichton 2b9db57a2e Implement core::error::Error on Rust 1.81+ (#747)
This commit updates when the `Error` trait is implemented to account for
how in Rust 1.81-and-prior the `Error` trait is always available, even
in `core`. This is currently done with detection at build-time of the
current Rust compiler version because the MSRV for this crate is below
1.81. In the future when the MSRV is increased, however, the build
script can be deleted.
2024-12-04 14:42:44 +10:00
Philip Craig 016cf8d34f Release 0.36.5 2024-10-04 18:29:02 +10:00
Philip Craig eea640bc06 Update dependencies 2024-10-04 18:29:02 +10:00
Philip Craig 8469876d0a Release 0.36.4 2024-08-30 11:58:05 +10:00
Philip Craig 04d90d4b62 Update wasmparser 2024-08-30 11:58:05 +10:00
Philip Craig 4170a3c0c9 Release 0.36.3 2024-08-07 15:12:53 +10:00
Trevor Gross 5c00d2906f Update wasmparser to the latest version (#715)
The latest `wasmparser` includes a licensing change from Apache-2.0 with
the LLVM exception to Apache-2.0 with the exception, or vanilla
Apache-2.0, or MIT.

Update to the latest version, which makes figuring out licensing a bit
easier for dependents of `object`.
2024-08-06 19:13:27 +10:00
Philip Craig 12d0948a28 Release 0.36.2 2024-07-24 14:00:50 +10:00
Philip Craig 836b0ea8ff Update wasmparser to 0.214.0 2024-07-24 14:00:50 +10:00
Philip Craig a7c88f3829 Release 0.36.1 2024-06-29 12:59:57 +10:00
Philip Craig c57f24d6bc Update wasmparser dependency 2024-06-29 12:59:57 +10:00