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

Commit

Permalink
Update cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3ck committed Mar 22, 2022
1 parent b4bba8c commit 9605eb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "privatemail"
description = "Service to forward custom emails to personal email server"
version = "0.1.0"
version = "0.2.0"
authors = ["Nyah Check <[email protected]>"]
license = "MIT"
homepage = "https://github.com/ch3ck"
Expand All @@ -20,6 +20,7 @@ path = "src/config.rs"
[profile.release]
overflow-checks = true
panic = "abort"
strip = "debuginfo"

[dependencies]
charset = "0.1.3"
Expand Down

0 comments on commit 9605eb2

Please sign in to comment.