From 8da8342e4042d18e05f37cc74bcbd5542334d5d4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 1 Oct 2020 20:36:21 -0600 Subject: [PATCH] ectool version 2.0 --- tool/Cargo.lock | 8 ++++---- tool/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tool/Cargo.lock b/tool/Cargo.lock index c5eba23..774aedb 100644 --- a/tool/Cargo.lock +++ b/tool/Cargo.lock @@ -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" diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 8fbb577..8fffd1c 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system76_ectool" -version = "0.1.3" +version = "0.2.0" edition = "2018" description = "System76 EC tool" license = "MIT"