diff --git a/Cargo.toml b/Cargo.toml index 9d2c59f..bc8b60f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotify-rs" -version = "0.3.3" +version = "0.3.4" edition = "2021" description = "A Rust wrapper for the Spotify API." readme = "README.md" @@ -21,4 +21,4 @@ rand = "0.8" chrono = { version = "0.4", features = ["serde"] } oauth2 = "4.4" thiserror = "1.0" -strum = { version = "0.25", features = ["derive"] } \ No newline at end of file +strum = { version = "0.25", features = ["derive"] }