Skip to content

Commit

Permalink
Dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Nov 1, 2024
1 parent 4cc2c31 commit 9677289
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ddc-macos"
version = "0.2.1"
version = "0.3.0"
authors = ["Haim Gelfenbeyn <[email protected]>"]
description = "DDC/CI monitor control on MacOS"
documentation = "https://haimgel.github.io/ddc-macos-rs/ddc_macos"
Expand All @@ -12,10 +12,10 @@ categories = ["hardware-support", "os::macos-apis"]
edition = "2021"

[dependencies]
core-foundation = "0.9"
core-foundation = "0.10.0"
core-foundation-sys = "0.8"
core-graphics = "0.23"
ddc = "0.2"
core-graphics = "0.24"
ddc = "0.3"
io-kit-sys = "0.4"
mach = "0.3"
thiserror = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "http://haimgel.github.io/ddc-macos-rs/")]
#![doc(html_root_url = "https://haimgel.github.io/ddc-macos-rs/")]

//! Implementation of DDC/CI traits on MacOS.
//!
Expand Down

0 comments on commit 9677289

Please sign in to comment.