Skip to content

Commit 6d3a2ea

Browse files
committed
revert windows to 0.44.0 and bump app's version to 0.15.2
1 parent 5845eaf commit 6d3a2ea

3 files changed

Lines changed: 5 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spotify_player/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spotify_player"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
authors = ["Thang Pham <phamducthang1234@gmail.com>"]
55
edition = "2021"
66
license = "MIT"
@@ -48,7 +48,7 @@ daemonize = { version = "0.5.0", optional = true }
4848
ttl_cache = "0.5.1"
4949

5050
[target.'cfg(target_os = "windows")'.dependencies.windows]
51-
version = "0.51.1"
51+
version = "0.44"
5252
features = [
5353
"Win32_Foundation",
5454
"Win32_Graphics_Gdi",

spotify_player/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn init_app_cli_arguments() -> Result<clap::ArgMatches> {
2525
let default_config_folder = config::get_config_folder_path()?;
2626

2727
let cmd = clap::Command::new("spotify_player")
28-
.version("0.15.1")
28+
.version("0.15.2")
2929
.about("A Spotify player in the terminal with full feature parity")
3030
.author("Thang Pham <phamducthang1234@gmail>")
3131
.subcommand(cli::init_get_subcommand())

0 commit comments

Comments
 (0)