From 22f02cfa43bb91370211b64c9c6240496bd44515 Mon Sep 17 00:00:00 2001 From: alterwain Date: Mon, 10 Feb 2025 03:48:01 +0300 Subject: [PATCH] modified: Cargo.lock modified: Cargo.toml modified: src/lib.rs --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/lib.rs | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e6b1ae..ecce0ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,7 +1036,7 @@ dependencies = [ [[package]] name = "soundcloud" -version = "0.1.3" +version = "0.1.4" dependencies = [ "hyper-util", "regex", diff --git a/Cargo.toml b/Cargo.toml index 51c127d..f5144e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soundcloud" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "A small rust crate for fetching data from soundcloud without developer account" authors = ["alterwain"] diff --git a/src/lib.rs b/src/lib.rs index c43327b..ab7b4bc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -64,8 +64,6 @@ pub async fn get_app() -> Result, Box> { .text() .await?; - println!("Resp: {}", resp); - let json: serde_json::Value = serde_json::from_str(&resp).expect("JSON was not well-formatted"); Ok(