Skip to content

Commit

Permalink
Fix binrw breaking changes, pin binrw commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jam1garner committed Mar 15, 2021
1 parent 68d4f6e commit 6d643ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/main.rs"
required-features = ["cli"]

[dependencies]
binrw = { git = "https://github.com/jam1garner/binrw" }
binrw = { git = "https://github.com/jam1garner/binrw", rev = "e8ae07ec" }
binwrite = "0.2.1"

# serde support
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use binrw::{prelude::*, helpers::Punctuated, NullString, derive_binread};
use binrw::{prelude::*, punctuated::Punctuated, NullString, derive_binread};
use binwrite::BinWrite;
use std::path::Path;
use core::fmt;
Expand Down

0 comments on commit 6d643ab

Please sign in to comment.