diff --git a/Cargo.lock b/Cargo.lock index 217f589..4815293 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,7 +342,7 @@ checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" [[package]] name = "hck" -version = "0.7.2" +version = "0.7.3" dependencies = [ "anyhow", "bstr", diff --git a/Cargo.toml b/Cargo.toml index b5ee93d..b4f7244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "hck" -version = "0.7.2" +version = "0.7.3" authors = ["Seth Stadick "] license = "Unlicense/MIT" repository = "https://github.com/sstadick/hck"