From e2c6fd7b823cce50039194a8f0fc7b1f67a2dad8 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 27 Feb 2020 15:07:16 -0700 Subject: [PATCH] ectool 0.1.1 --- 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 646c9d5..d0c6ea5 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 = "system76_ectool" -version = "0.1.0" +version = "0.1.1" dependencies = [ "redox_hwio 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 1e920e5..be775e4 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system76_ectool" -version = "0.1.0" +version = "0.1.1" edition = "2018" description = "System76 EC tool" license = "MIT"