ectool 0.1.1

This commit is contained in:
Jeremy Soller 2020-02-27 15:07:16 -07:00
parent ff01da5f12
commit e2c6fd7b82
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

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

View File

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