From 55523d408353b9553dcfd0547f65c10dc10ae386 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Mon, 12 Apr 2021 07:36:12 -0700 Subject: [PATCH] ectool 0.3.6 --- 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 60d951b..c897b44 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.5" +version = "0.3.6" 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 46f90e6..2f645c0 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system76_ectool" -version = "0.3.5" +version = "0.3.6" edition = "2018" description = "System76 EC tool" license = "MIT"