Upgrading to nom 5
This commit is contained in:
parent
866298c948
commit
4a99257263
3 changed files with 95 additions and 112 deletions
|
@ -13,7 +13,7 @@ include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]
|
|||
|
||||
[dependencies]
|
||||
log = {version = "0.4", features = ["std"]}
|
||||
nom = "4.2"
|
||||
nom = "5.0"
|
||||
opensmtpd_derive = { path = "../opensmtpd-derive", version = "0.1" }
|
||||
|
||||
[[example]]
|
||||
|
|
Reference in a new issue