From 74cb7cfdbdb70ea18ede529d45fe690a03de3919 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Fri, 13 Aug 2021 21:01:13 +0200 Subject: [PATCH] Update to nom 7.0 @ master Signed-off-by: Constantin Nickel --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72f3b7e..dbdda79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }