From 4cd4df03e8d9bb15a5a599e720109140347647bd Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Fri, 26 Feb 2021 11:16:21 -0800 Subject: [PATCH] ectool 0.3.2 --- 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 fda3c55..c86d708 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.3.1" +version = "0.3.2" 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 47840a1..4a0ae11 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system76_ectool" -version = "0.3.1" +version = "0.3.2" edition = "2018" description = "System76 EC tool" license = "MIT"