Fix the Cargo.toml files

This commit is contained in:
Rodolphe Bréard 2020-12-20 18:13:30 +01:00
parent c8ca69923e
commit de36a3cf80
2 changed files with 2 additions and 2 deletions

View file

@ -17,4 +17,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full", "extra-traits"] }
syn = { version = "1.0", default-features = false, features = ["full", "parsing", "printing", "proc-macro"] }

View file

@ -14,7 +14,7 @@ include = ["src/**/*", "Cargo.toml", "../LICENSE-*.txt"]
[dependencies]
log = "0.4"
nom = "6.0"
opensmtpd_derive = { path = "../opensmtpd-derive" }
opensmtpd_derive = { version = "0.3", path = "../opensmtpd-derive" }
pretty-hex = "0.2"
[dev-dependencies]