From 861583bbe7578c6c1774048a321627a520bd2e26 Mon Sep 17 00:00:00 2001 From: Seth Stadick Date: Thu, 15 Jul 2021 09:18:14 -0600 Subject: [PATCH] (cargo-release) version 0.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80ebed8..fbe616e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ dependencies = [ [[package]] name = "hck" -version = "0.5.2-alpha.0" +version = "0.5.2" dependencies = [ "anyhow", "bstr", diff --git a/Cargo.toml b/Cargo.toml index b7a1c09..b853fc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "hck" -version = "0.5.2-alpha.0" +version = "0.5.2" authors = ["Seth Stadick "] license = "Unlicense/MIT" repository = "https://github.com/sstadick/hck"