Skip to content

Commit

Permalink
Update to nom 7.0 @ master
Browse files Browse the repository at this point in the history
Signed-off-by: Constantin Nickel <constantin.nickel@gmail.com>
  • Loading branch information
nickelc committed Aug 13, 2021
1 parent 5092359 commit 74cb7cf
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 @@ license = "MIT"
name="tar"

[dependencies]
nom = { version = "6.2", default-features = false, features = ["alloc"] }
nom = { default-features = false, features = ["alloc"], git = "https://github.com/Geal/nom.git", rev = "ef5e0bbc" }

[badges]
travis-ci = { repository = "Keruspe/tar-parser.rs" }

0 comments on commit 74cb7cf

Please sign in to comment.