From 4fa7eb2689286c189e9fe26d1eac0b1bf019a3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Trinidad=20D=C3=ADaz=20Ram=C3=ADrez?= Date: Wed, 12 Jul 2023 14:50:25 -0600 Subject: [PATCH] chore: Bump mccs deps to v0.2 and release v0.5 --- Cargo.toml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 87ecce0..f172db3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ddc-hi" -version = "0.4.1" +version = "0.5.0" authors = ["arcnmx"] build = "build.rs" edition = "2018" @@ -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]