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.
This commit is contained in:
Ian Douglas Scott
2021-02-19 08:49:21 -08:00
committed by Jeremy Soller
parent e30779ab8d
commit 71f0f1e181
2 changed files with 2 additions and 2 deletions

2
tool/Cargo.lock generated
View File

@ -87,7 +87,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "system76_ectool" name = "system76_ectool"
version = "0.2.3" version = "0.3.0"
dependencies = [ dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "downcast-rs 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "system76_ectool" name = "system76_ectool"
version = "0.2.3" version = "0.3.0"
edition = "2018" edition = "2018"
description = "System76 EC tool" description = "System76 EC tool"
license = "MIT" license = "MIT"