Skip to content

Commit

Permalink
Merge pull request #102 from xd009642/update/nom-7.0.0
Browse files Browse the repository at this point in the history
Update nom to 7.0.0
  • Loading branch information
jonhoo authored Oct 24, 2021
2 parents 9c09314 + 9c5940d commit 36e9f6a
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 @@ -34,7 +34,7 @@ default = [ "serialization", "sync" ]
num-traits = "0.2"
byteorder = "1.0.0"
flate2 = { version = "1.0", optional = true }
nom = { version = "6.0.1", optional = true }
nom = { version = "7.0.0", optional = true }
base64 = { version = "0.13", optional = true }
crossbeam-channel = { version = "0.5", optional = true }

Expand Down

0 comments on commit 36e9f6a

Please sign in to comment.