diff --git a/Cargo.lock b/Cargo.lock index bd37a2c..3e0b9f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "coman" -version = "0.2.0" +version = "0.2.1" dependencies = [ "getargs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ca52b04..c18375a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coman" -version = "0.2.0" +version = "0.2.1" authors = ["Jasmine Tai "] edition = "2018" license = "GPL-3.0-or-later"