From a849053fd3106e65d989a7d472aee218de6501bf Mon Sep 17 00:00:00 2001 From: blank X Date: Mon, 16 Nov 2020 18:34:31 +0700 Subject: [PATCH] Change assert_eq to assert --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/utils.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43265b6..84c7465 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "nhentairs" -version = "0.1.1" +version = "0.1.3" dependencies = [ "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 946365b..f8cb4fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nhentairs" -version = "0.1.2" +version = "0.1.3" authors = ["blank X "] edition = "2018" diff --git a/src/utils.rs b/src/utils.rs index 1fa6f57..1d898d6 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -22,7 +22,7 @@ pub async fn get_sauce_info(client: reqwest::Client, sauce: usize) -> Result