summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdecimus <mauro@stalw.art>2023-07-22 13:34:03 +0200
committermdecimus <mauro@stalw.art>2023-07-22 13:34:03 +0200
commitde91c6abdcb61c7dbef683cfc11146f1d2a7a794 (patch)
tree86f8525a16878f3ce9a71268e3d75f44c0d72f3a
parentf585f232ca38d938f69b633745b8b59d72fd0461 (diff)
v0.3.1v0.3.1
-rw-r--r--Cargo.lock12
-rw-r--r--crates/cli/Cargo.toml2
-rw-r--r--crates/imap/Cargo.toml2
-rw-r--r--crates/install/Cargo.toml2
-rw-r--r--crates/jmap/Cargo.toml2
-rw-r--r--crates/main/Cargo.toml2
-rw-r--r--crates/smtp/Cargo.toml2
7 files changed, 12 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 93eaf633..1140656e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1920,7 +1920,7 @@ dependencies = [
[[package]]
name = "imap"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"ahash 0.8.3",
"dashmap",
@@ -2084,7 +2084,7 @@ dependencies = [
[[package]]
name = "jmap"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"aes-gcm",
"aes-gcm-siv",
@@ -2390,7 +2390,7 @@ dependencies = [
[[package]]
name = "mail-server"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"directory",
"imap",
@@ -4055,7 +4055,7 @@ checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
[[package]]
name = "smtp"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"ahash 0.8.3",
"blake3",
@@ -4355,7 +4355,7 @@ dependencies = [
[[package]]
name = "stalwart-cli"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"clap",
"console",
@@ -4377,7 +4377,7 @@ dependencies = [
[[package]]
name = "stalwart-install"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"base64 0.21.2",
"clap",
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index 99e119e9..09e6274f 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Stalwart Labs Ltd. <hello@stalw.art>"]
license = "AGPL-3.0-only"
repository = "https://github.com/stalwartlabs/cli"
homepage = "https://github.com/stalwartlabs/cli"
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
readme = "README.md"
resolver = "2"
diff --git a/crates/imap/Cargo.toml b/crates/imap/Cargo.toml
index 2878926f..57c60ed0 100644
--- a/crates/imap/Cargo.toml
+++ b/crates/imap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imap"
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
resolver = "2"
diff --git a/crates/install/Cargo.toml b/crates/install/Cargo.toml
index 6b1ab4b4..2fa24529 100644
--- a/crates/install/Cargo.toml
+++ b/crates/install/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Stalwart Labs Ltd. <hello@stalw.art>"]
license = "AGPL-3.0-only"
repository = "https://github.com/stalwartlabs/mail-server"
homepage = "https://github.com/stalwartlabs/mail-server"
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
readme = "README.md"
resolver = "2"
diff --git a/crates/jmap/Cargo.toml b/crates/jmap/Cargo.toml
index 6d75b4d0..b1184d9b 100644
--- a/crates/jmap/Cargo.toml
+++ b/crates/jmap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jmap"
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
resolver = "2"
diff --git a/crates/main/Cargo.toml b/crates/main/Cargo.toml
index 69bcb90c..17bf6292 100644
--- a/crates/main/Cargo.toml
+++ b/crates/main/Cargo.toml
@@ -7,7 +7,7 @@ homepage = "https://stalw.art"
keywords = ["imap", "jmap", "smtp", "email", "mail", "server"]
categories = ["email"]
license = "AGPL-3.0-only"
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
resolver = "2"
diff --git a/crates/smtp/Cargo.toml b/crates/smtp/Cargo.toml
index d2ffae13..13403c74 100644
--- a/crates/smtp/Cargo.toml
+++ b/crates/smtp/Cargo.toml
@@ -7,7 +7,7 @@ homepage = "https://stalw.art/smtp"
keywords = ["smtp", "email", "mail", "server"]
categories = ["email"]
license = "AGPL-3.0-only"
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
resolver = "2"