Skip to content

Commit

Permalink
undo windows upgrade and bump app's version to v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aome510 committed Jul 8, 2024
1 parent 8440dce commit 79ce0dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 71 deletions.
74 changes: 5 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions spotify_player/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spotify_player"
version = "0.19.0"
version = "0.19.1"
authors = ["Thang Pham <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -58,7 +58,7 @@ optional = true
clipboard-win = "5.4.0"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.58.0"
version = "0.56.0"
features = [
"Win32_Foundation",
"Win32_Graphics_Gdi",
Expand Down

2 comments on commit 79ce0dd

@0323pin
Copy link
Contributor

@0323pin 0323pin commented on 79ce0dd Jul 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aome510 I'm sorry but, I'm on holidays and won't be able to update the NetBSD package before the second half of July. I'll try to get this done as soon as possible. Right now, I'm 3500km away from my machine 😄

@aome510
Copy link
Owner Author

@aome510 aome510 commented on 79ce0dd Jul 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aome510 I'm sorry but, I'm on holidays and won't be able to update the NetBSD package before the second half of July. I'll try to get this done as soon as possible. Right now, I'm 3500km away from my machine 😄

No need to sorry lol, there are different ways to install the package. Anyway, enjoy ur vacation!

Please sign in to comment.