ectool version 2.0

This commit is contained in:
Jeremy Soller 2020-10-01 20:36:21 -06:00
parent eff4caa752
commit 8da8342e40
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 5 additions and 5 deletions

8
tool/Cargo.lock generated
View File

@ -7,7 +7,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.77"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@ -20,13 +20,13 @@ dependencies = [
[[package]]
name = "system76_ectool"
version = "0.1.3"
version = "0.2.0"
dependencies = [
"libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.78 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_hwio 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
"checksum libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
"checksum libc 0.2.78 (registry+https://github.com/rust-lang/crates.io-index)" = "aa7087f49d294270db4e1928fc110c976cd4b9e5a16348e0a1df09afa99e6c98"
"checksum redox_hwio 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "41aa2c4c67329a04106644cad336238aa5adecfd73d06fb10339d472ce6d8070"

View File

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