From 94c16ce6d76edaed9f002c03c6850cb020a57e58 Mon Sep 17 00:00:00 2001 From: Mauro D Date: Thu, 16 Feb 2023 18:11:21 +0000 Subject: [PATCH] v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52b1b98..2bb5ad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "AGPL-3.0-only" keywords = ["smtp", "lmtp", "protocol", "parser"] categories = ["email", "parser-implementations"] readme = "README.md" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies]