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

Commit 1f4ffdb

Browse files
committed
Update 0.2.1 release
1 parent 13c0d87 commit 1f4ffdb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cargo-features = ["strip"]
33
[package]
44
name = "privatemail"
55
description = "Service to forward custom emails to personal email server"
6-
version = "0.2.0"
6+
version = "0.2.1"
77
authors = ["Nyah Check <[email protected]>"]
88
license = "MIT"
99
homepage = "https://github.com/ch3ck"

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ mod tests {
272272
}
273273

274274
#[tokio::test]
275-
// #[ignore = "skipping integration because of IAM requirements"]
275+
#[ignore = "skipping integration because of IAM requirements"]
276276
async fn handler_with_success() {
277277
env::set_var("TO_EMAIL", "[email protected]");
278278
env::set_var("FROM_EMAIL", "[email protected]");
@@ -291,7 +291,7 @@ mod tests {
291291
}
292292

293293
#[tokio::test]
294-
// #[ignore = "skipping integration because of IAM requirements"]
294+
#[ignore = "skipping integration because of IAM requirements"]
295295
async fn handler_with_black_listed_email() {
296296
env::set_var("TO_EMAIL", "[email protected]");
297297
env::set_var("FROM_EMAIL", "[email protected]");

0 commit comments

Comments
 (0)