From 10a0acb13761ee5220983cf03fd0a105b1ae23ae Mon Sep 17 00:00:00 2001 From: Thang Pham Date: Mon, 8 Jul 2024 00:00:56 -0400 Subject: [PATCH] undo windows upgrade --- Cargo.lock | 74 +++------------------------------------ spotify_player/Cargo.toml | 4 +-- 2 files changed, 7 insertions(+), 71 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 546e703c..cc0f19e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4555,7 +4555,7 @@ dependencies = [ [[package]] name = "spotify_player" -version = "0.19.0" +version = "0.19.1" dependencies = [ "anyhow", "async-trait", @@ -4597,7 +4597,7 @@ dependencies = [ "ttl_cache", "viuer", "which", - "windows 0.58.0", + "windows 0.56.0", "winit", ] @@ -5615,16 +5615,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "windows" -version = "0.58.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" -dependencies = [ - "windows-core 0.58.0", - "windows-targets 0.52.6", -] - [[package]] name = "windows-core" version = "0.52.0" @@ -5640,22 +5630,9 @@ version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" dependencies = [ - "windows-implement 0.56.0", - "windows-interface 0.56.0", - "windows-result 0.1.2", - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-core" -version = "0.58.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" -dependencies = [ - "windows-implement 0.58.0", - "windows-interface 0.58.0", - "windows-result 0.2.0", - "windows-strings", + "windows-implement", + "windows-interface", + "windows-result", "windows-targets 0.52.6", ] @@ -5670,17 +5647,6 @@ dependencies = [ "syn 2.0.69", ] -[[package]] -name = "windows-implement" -version = "0.58.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.69", -] - [[package]] name = "windows-interface" version = "0.56.0" @@ -5692,17 +5658,6 @@ dependencies = [ "syn 2.0.69", ] -[[package]] -name = "windows-interface" -version = "0.58.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.69", -] - [[package]] name = "windows-result" version = "0.1.2" @@ -5712,25 +5667,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "windows-result" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-strings" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" -dependencies = [ - "windows-result 0.2.0", - "windows-targets 0.52.6", -] - [[package]] name = "windows-sys" version = "0.45.0" diff --git a/spotify_player/Cargo.toml b/spotify_player/Cargo.toml index f983e3ae..c9299563 100644 --- a/spotify_player/Cargo.toml +++ b/spotify_player/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotify_player" -version = "0.19.0" +version = "0.19.1" authors = ["Thang Pham "] edition = "2021" license = "MIT" @@ -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",