File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515 include :
1616 - build : MSRV # Minimum supported Rust version
1717 os : ubuntu-latest
18- rust : 1.65 .0
18+ rust : 1.85 .0
1919 - build : stable
2020 os : ubuntu-latest
2121 rust : stable
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ All notable changes to this project will be documented in this file.
33
44Before 1.0, this project does not adhere to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
55
6- Goblin is now 0.9 , which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97
6+ Goblin is now 0.10 , which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97
77
88## [ 0.10.0] - 2025-5-25
99### Breaking
10+ build: use rust 2024 edition; bump MSRV to 1.85
1011pe: fix address size incompatibility on 32-bit builds, thanks @kkent030315 : https://github.com/m4b/goblin/pull/441
1112pe: fix fail on malformed certificate table parsing, thanks @ideeockus : https://github.com/m4b/goblin/pull/417
1213pe: remove use of generics for is_32bit, thanks @kkent030315 : https://github.com/m4b/goblin/pull/435
Original file line number Diff line number Diff line change 11[package ]
22name = " goblin"
3- version = " 0.9.3 "
3+ version = " 0.10.0 "
44authors = [
55 " m4b <m4b.github.io@gmail.com>" ,
66 " seu <seu@panopticon.re>" ,
You can’t perform that action at this time.
0 commit comments