Skip to content

Commit

Permalink
Update goblin to 0.9
Browse files Browse the repository at this point in the history
The breaking change from 0.8.0 appears to be the addition of a value to
a pub enum associated with TE (terse executable) support; this does not
look like it should affect maturin’s usage of goblin since it doesn’t
match exhaustively on this enum.

https://github.com/m4b/goblin/blob/d096260201158ed34d64728fd1ab0ca125e2f956/CHANGELOG.md#092----2024-10-26
  • Loading branch information
musicinmybrain committed Oct 30, 2024
1 parent 67437ff commit 462e969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cargo_metadata = "0.18.0"
cargo-options = "0.7.2"
cbindgen = { version = "0.26.0", default-features = false }
flate2 = "1.0.18"
goblin = "0.8.0"
goblin = "0.9.0"
platform-info = "2.0.2"
regex = "1.7.0"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 462e969

Please sign in to comment.