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"