Rust-OpenSMTPD v0.4.0

This commit is contained in:
Rodolphe Bréard 2020-12-20 18:15:07 +01:00
parent de36a3cf80
commit 0df38c9349
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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]