ectool 0.3.3

This commit is contained in:
Jeremy Soller 2021-03-01 11:51:08 -07:00
parent f30a9d84f7
commit 8825b906bd
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 2 additions and 2 deletions

2
tool/Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "system76_ectool"
version = "0.3.2"
version = "0.3.3"
edition = "2018"
description = "System76 EC tool"
license = "MIT"