Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 9605eb2

Browse files
committed
Update cargo version
1 parent b4bba8c commit 9605eb2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "privatemail"
33
description = "Service to forward custom emails to personal email server"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
authors = ["Nyah Check <[email protected]>"]
66
license = "MIT"
77
homepage = "https://github.com/ch3ck"
@@ -20,6 +20,7 @@ path = "src/config.rs"
2020
[profile.release]
2121
overflow-checks = true
2222
panic = "abort"
23+
strip = "debuginfo"
2324

2425
[dependencies]
2526
charset = "0.1.3"

0 commit comments

Comments
 (0)