From a1355251f6b6300f6c143791f2efff3c06a2ff0a Mon Sep 17 00:00:00 2001 From: Haim Gelfenbeyn Date: Sun, 3 Nov 2024 21:03:00 -0500 Subject: [PATCH] Downgrade DDC crate tokeep dependencies happy --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cc11fd2..0b803f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,10 @@ categories = ["hardware-support", "os::macos-apis"] edition = "2021" [dependencies] -core-foundation = "0.10.0" -core-foundation-sys = "0.8" -core-graphics = "0.24" -ddc = "0.3" +core-foundation = "0.10" +core-foundation-sys = "^0.8" +core-graphics = "^0.24" +ddc = "0.2" io-kit-sys = "0.4" mach = "0.3" thiserror = "1"