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"