diff --git a/Cargo.lock b/Cargo.lock index ac33458b..664743b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -944,7 +944,7 @@ dependencies = [ [[package]] name = "cosmic-randr-shell" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-randr/?branch=kdl-command#12c8c07fedd30572ed123d4463589d33474a0239" +source = "git+https://github.com/pop-os/cosmic-randr/#bce9cdf2d447508d4e2d54a2be4fcd738ab51df5" dependencies = [ "kdl", "slotmap", @@ -4614,7 +4614,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -5226,7 +5226,7 @@ dependencies = [ "getrandom 0.3.3", "once_cell", "rustix 1.0.8", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -5535,7 +5535,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "319c70195101a93f56db4c74733e272d720768e13471f400c78406a326b172b0" dependencies = [ "cc", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -6217,7 +6217,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/cosmic-comp-config/Cargo.toml b/cosmic-comp-config/Cargo.toml index d585da1b..a656030b 100644 --- a/cosmic-comp-config/Cargo.toml +++ b/cosmic-comp-config/Cargo.toml @@ -5,8 +5,7 @@ edition = "2021" [dependencies] cosmic-config = { git = "https://github.com/pop-os/libcosmic/" } -cosmic-randr-shell = { git = "https://github.com/pop-os/cosmic-randr/", branch = "kdl-command", optional = true } -# cosmic-randr-shell = { path = "../../cosmic-randr/shell", optional = true } +cosmic-randr-shell = { git = "https://github.com/pop-os/cosmic-randr/", optional = true } input = "0.9.0" libdisplay-info = { version = "0.2.0", optional = true } serde = { version = "1", features = ["derive"] }