Skip to content

Commit

Permalink
chore: Bump mccs deps to v0.2 and release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jesdazrez committed Jul 12, 2023
1 parent 2f85955 commit 4fa7eb2
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ddc-hi"
version = "0.4.1"
version = "0.5.0"
authors = ["arcnmx"]
build = "build.rs"
edition = "2018"
Expand All @@ -21,18 +21,23 @@ license = "MIT"
[dependencies]
ddc = "^0.2.0"
edid = "^0.3.0"
mccs = "^0.1.0"
mccs-caps = "^0.1.0"
mccs-db = "^0.1.1"
mccs = "^0.2"
mccs-caps = "^0.2"
mccs-db = "^0.2"
log = "^0.4.1"
thiserror = "1"

[target.'cfg(target_os = "linux")'.dependencies]
ddc-i2c = { version = "^0.2.1", features = ["with-linux", "with-linux-enumerate"], optional = true }
ddc-i2c = { version = "^0.2.1", features = [
"with-linux",
"with-linux-enumerate",
], optional = true }

[target.'cfg(windows)'.dependencies]
ddc-winapi = { version = "0.4", registry = "astropad", optional = true }
nvapi = { version = "^0.1.2", default-features = false, features = ["i2c"], optional = true }
nvapi = { version = "^0.1.2", default-features = false, features = [
"i2c",
], optional = true }
ddc-i2c = { version = "^0.2.1", optional = true }

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down

0 comments on commit 4fa7eb2

Please sign in to comment.