diff --git a/Cargo.toml b/Cargo.toml index 9fa5c6db..05fdaebc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "Mario Ortiz Manero " ] name = "rspotify" -version = "0.10.0" +version = "0.11.0" license = "MIT" readme = "README.md" description = "Spotify API wrapper" @@ -27,9 +27,9 @@ exclude = [ resolver = "2" [dependencies] -rspotify-macros = { path = "rspotify-macros", version = "0.10.0" } -rspotify-model = { path = "rspotify-model", version = "0.10.0" } -rspotify-http = { path = "rspotify-http", version = "0.10.0", default-features = false } +rspotify-macros = { path = "rspotify-macros", version = "0.11.0" } +rspotify-model = { path = "rspotify-model", version = "0.11.0" } +rspotify-http = { path = "rspotify-http", version = "0.11.0", 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 c452f3e7..1990d47c 100644 --- a/rspotify-http/Cargo.toml +++ b/rspotify-http/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "Mario Ortiz Manero " ] name = "rspotify-http" -version = "0.10.0" +version = "0.11.0" license = "MIT" readme = "README.md" description = "HTTP compatibility layer for Rspotify" @@ -28,7 +28,7 @@ ureq = { version = "2.2.0", default-features = false, features = ["json", "cooki [dev-dependencies] tokio = { version = "1.11.0", features = ["macros", "rt-multi-thread"] } -rspotify-model = { path = "../rspotify-model", version = "0.10.0" } +rspotify-model = { path = "../rspotify-model", version = "0.11.0" } [features] default = ["client-reqwest", "reqwest-default-tls"] diff --git a/rspotify-macros/Cargo.toml b/rspotify-macros/Cargo.toml index 9492ffa7..d14d2033 100644 --- a/rspotify-macros/Cargo.toml +++ b/rspotify-macros/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "Ramsay Leung ", "Mario Ortiz Manero " ] -version = "0.10.0" +version = "0.11.0" license = "MIT" readme = "README.md" description = "Macros for Rspotify" diff --git a/rspotify-model/Cargo.toml b/rspotify-model/Cargo.toml index afb2cf15..a8b801a0 100644 --- a/rspotify-model/Cargo.toml +++ b/rspotify-model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rspotify-model" -version = "0.10.0" +version = "0.11.0" authors = [ "Ramsay Leung ", "Mario Ortiz Manero "