rust: relax nom version to any >=5.1.1

pull/5792/head
Victor Julien 5 years ago
parent b869ac01ee
commit 4b5af36061

@ -19,7 +19,7 @@ debug-validate = []
function-macro = []
[dependencies]
nom = "= 5.1.1"
nom = "~ 5.1.1"
bitflags = "1.0"
byteorder = "1.3"
uuid = "0.8"

Loading…
Cancel
Save