Rust-OpenSMTPD v0.4.0
This commit is contained in:
parent
de36a3cf80
commit
0df38c9349
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "opensmtpd_derive"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Rodolphe Bréard <rodolphe@what.tf>"]
|
||||
edition = "2018"
|
||||
description = "Interface for OpenSMTPD filters"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "opensmtpd"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Rodolphe Bréard <rodolphe@what.tf>"]
|
||||
edition = "2018"
|
||||
description = "Interface for OpenSMTPD filters"
|
||||
|
@ -14,7 +14,7 @@ include = ["src/**/*", "Cargo.toml", "../LICENSE-*.txt"]
|
|||
[dependencies]
|
||||
log = "0.4"
|
||||
nom = "6.0"
|
||||
opensmtpd_derive = { version = "0.3", path = "../opensmtpd-derive" }
|
||||
opensmtpd_derive = { version = "0.4", path = "../opensmtpd-derive" }
|
||||
pretty-hex = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Reference in a new issue