Skip to content

Commit 79ce0dd

Browse files
committed
undo windows upgrade and bump app's version to v0.19.1
1 parent 8440dce commit 79ce0dd

File tree

2 files changed

+7
-71
lines changed

2 files changed

+7
-71
lines changed

Cargo.lock

+5-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spotify_player/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spotify_player"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
authors = ["Thang Pham <phamducthang1234@gmail.com>"]
55
edition = "2021"
66
license = "MIT"
@@ -58,7 +58,7 @@ optional = true
5858
clipboard-win = "5.4.0"
5959

6060
[target.'cfg(target_os = "windows")'.dependencies.windows]
61-
version = "0.58.0"
61+
version = "0.56.0"
6262
features = [
6363
"Win32_Foundation",
6464
"Win32_Graphics_Gdi",

0 commit comments

Comments
 (0)