Skip to content

Commit 9099f38

Browse files
committed
Upgrade to nom 6
1 parent 6696e2e commit 9099f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tree_magic_mini"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = [
55
"Matt Brubeck <mbrubeck@limpet.net>",
66
"Allison Hancock <aahancoc@umich.edu>",
@@ -16,7 +16,7 @@ edition = "2018"
1616

1717
[dependencies]
1818
petgraph = "^0.5"
19-
nom = "5.1"
19+
nom = "6.0"
2020
lazy_static = "^1.4"
2121
fnv = "^1"
2222

0 commit comments

Comments
 (0)