Skip to content

Commit d0df0db

Browse files
committed
fix(version): bump rustmail version
1 parent 8b5eb95 commit d0df0db

4 files changed

Lines changed: 6 additions & 35 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustmail/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustmail"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
edition = "2024"
55
license = "MIT"
66

@@ -23,9 +23,7 @@ mime_guess = "2.0.5"
2323
urlencoding = "2.1.3"
2424
serde_json = "1.0.145"
2525
rand = "0.9.2"
26-
base64 = "0.22.1"
2726
subtle = "2.6.1"
28-
prefixed-api-key = "0.3.0"
2927
sha2 = "0.10.8"
3028
hex = "0.4.3"
3129
moka = { version = "0.12", features = ["future"] }

rustmail_panel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustmail_panel"
3-
version = "0.1.0"
3+
version = "1.0.8"
44
edition = "2024"
55
license = "MIT"
66

rustmail_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustmail_types"
3-
version = "0.1.1"
3+
version = "1.0.8"
44
edition = "2024"
55
license = "MIT"
66

0 commit comments

Comments
 (0)