Skip to content

Commit

Permalink
deps: update to binrw 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Oct 3, 2023
1 parent 3110caf commit 0b3c045
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 @@ -15,7 +15,7 @@ categories = ["filesystem", "no-std", "os::windows-apis", "parser-implementation

[dependencies]
arrayvec = { version = "0.7.2", default-features = false }
binrw = { version = "0.11.2", default-features = false }
binrw = { version = "0.12.0", default-features = false }
byteorder = { version = "1.4.3", default-features = false }
bitflags = "2.3.1"
derive_more = "0.99.17"
Expand Down

0 comments on commit 0b3c045

Please sign in to comment.