Browse Source

Updating nom to the latest stable version

pull/5/head
Rodolphe Breard 5 years ago
parent
commit
ffa4485c27
  1. 2
      acmed/Cargo.toml

2
acmed/Cargo.toml

@ -21,7 +21,7 @@ clap = "2.32"
handlebars = "2.0.0-beta.2" handlebars = "2.0.0-beta.2"
http_req = "0.5" http_req = "0.5"
log = "0.4" log = "0.4"
nom = "5.0.0-beta2"
nom = "5.0"
openssl-sys = { version = "0.9", optional = true } openssl-sys = { version = "0.9", optional = true }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"

Loading…
Cancel
Save