From 1719fe390265c277af848b56bcc3be478ddcd71b Mon Sep 17 00:00:00 2001 From: Seth Stadick Date: Mon, 23 Jan 2023 13:48:02 -0700 Subject: [PATCH] (cargo-release) version 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f4072b..4824e76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,7 +446,7 @@ dependencies = [ [[package]] name = "hck" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "bstr 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index 09039a3..ce2e848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "hck" -version = "0.8.0" +version = "0.8.1" authors = ["Seth Stadick "] license = "Unlicense/MIT" repository = "https://github.com/sstadick/hck"