diff --git a/Cargo.lock b/Cargo.lock index 6178538..be235f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "hck" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "bstr 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index a7a1f28..822685c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "hck" -version = "0.9.0" +version = "0.9.1" authors = ["Seth Stadick "] license = "Unlicense/MIT" repository = "https://github.com/sstadick/hck"