summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c733b18..cc2b1a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,13 +3,12 @@ name = "jwebmail-extract"
version = "0.7.0"
authors = ["Jannis M. Hoffmann <jannis@fehcom.de>"]
edition = "2021"
-rust-version = "1.75"
+rust-version = "1.80"
resolver = "2"
[profile.release-small]
inherits = "release"
opt-level = "s"
-strip = true
lto = true
panic = "abort"
codegen-units = 1