Skip to content

Commit

Permalink
Downgrade DDC crate tokeep dependencies happy
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Nov 4, 2024
1 parent d3d9fd3 commit a135525
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a135525

Please sign in to comment.