From 8825b906bd3d54fb1a87c2ade421f04500e82ac4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 1 Mar 2021 11:51:08 -0700 Subject: [PATCH] ectool 0.3.3 --- 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 c86d708..5813f2c 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.2" +version = "0.3.3" 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 4a0ae11..cedd909 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system76_ectool" -version = "0.3.2" +version = "0.3.3" edition = "2018" description = "System76 EC tool" license = "MIT"