From 71f0f1e18177db94c910aac6ba945e814c1aa1f1 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Fri, 19 Feb 2021 08:49:21 -0800 Subject: [PATCH] ectool 0.3.0 Crates depending on both ectool and hidapi will have to disable hidapi's default features (annoyingly) or it will fail to compile saying only one backend should be enabled. --- tool/Cargo.lock | 2 +- tool/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/Cargo.lock b/tool/Cargo.lock index e20fced..f19a1d1 100644 --- a/tool/Cargo.lock +++ b/tool/Cargo.lock @@ -87,7 +87,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "system76_ectool" -version = "0.2.3" +version = "0.3.0" dependencies = [ "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", "downcast-rs 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 214b04d..d2a6b5a 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system76_ectool" -version = "0.2.3" +version = "0.3.0" edition = "2018" description = "System76 EC tool" license = "MIT"