From 47e388be207336d5063030bb128474023648e4a6 Mon Sep 17 00:00:00 2001 From: Ramsay Leung Date: Sat, 24 Aug 2024 13:06:20 -0700 Subject: [PATCH] Release a patch and bump the version to 0.13.3 --- Cargo.toml | 8 ++++---- rspotify-http/Cargo.toml | 4 ++-- rspotify-macros/Cargo.toml | 2 +- rspotify-model/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5a4b4adf..c9eae435 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "Mario Ortiz Manero " ] name = "rspotify" -version = "0.13.2" +version = "0.13.3" license = "MIT" readme = "README.md" description = "Spotify API wrapper" @@ -26,9 +26,9 @@ exclude = [ ] [dependencies] -rspotify-macros = { path = "rspotify-macros", version = "0.13.2" } -rspotify-model = { path = "rspotify-model", version = "0.13.2" } -rspotify-http = { path = "rspotify-http", version = "0.13.2", default-features = false } +rspotify-macros = { path = "rspotify-macros", version = "0.13.3" } +rspotify-model = { path = "rspotify-model", version = "0.13.3" } +rspotify-http = { path = "rspotify-http", version = "0.13.3", default-features = false } async-stream = { version = "0.3.2", optional = true } async-trait = { version = "0.1.51", optional = true } diff --git a/rspotify-http/Cargo.toml b/rspotify-http/Cargo.toml index a1fc8c22..df5838b5 100644 --- a/rspotify-http/Cargo.toml +++ b/rspotify-http/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "Mario Ortiz Manero " ] name = "rspotify-http" -version = "0.13.2" +version = "0.13.3" license = "MIT" description = "HTTP compatibility layer for RSpotify" homepage = "https://github.com/ramsayleung/rspotify" @@ -30,7 +30,7 @@ native-tls = { version = "0.2.11", optional = true } [dev-dependencies] tokio = { version = "1.11.0", features = ["macros", "rt-multi-thread"] } -rspotify-model = { path = "../rspotify-model", version = "0.13.2" } +rspotify-model = { path = "../rspotify-model", version = "0.13.3" } [features] default = ["client-reqwest", "reqwest-default-tls"] diff --git a/rspotify-macros/Cargo.toml b/rspotify-macros/Cargo.toml index baf37e8f..85826c2c 100644 --- a/rspotify-macros/Cargo.toml +++ b/rspotify-macros/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "Ramsay Leung ", "Mario Ortiz Manero " ] -version = "0.13.2" +version = "0.13.3" license = "MIT" description = "Macros for RSpotify" homepage = "https://github.com/ramsayleung/rspotify" diff --git a/rspotify-model/Cargo.toml b/rspotify-model/Cargo.toml index 9306aef5..c9ea9be0 100644 --- a/rspotify-model/Cargo.toml +++ b/rspotify-model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rspotify-model" -version = "0.13.2" +version = "0.13.3" authors = [ "Ramsay Leung ", "Mario Ortiz Manero "