From 2833f45ac79f7776a28b0f8f55f9a9b2293b39f9 Mon Sep 17 00:00:00 2001 From: Seth Stadick Date: Thu, 8 Jul 2021 15:34:12 -0600 Subject: [PATCH] (cargo-release) version 0.3.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd0a4d8..f1884a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ dependencies = [ [[package]] name = "hck" -version = "0.3.13-alpha.0" +version = "0.3.13" dependencies = [ "anyhow", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 1d1ccac..440c2bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "hck" -version = "0.3.13-alpha.0" +version = "0.3.13" authors = ["Seth Stadick "] license = "Unlicense/MIT" repository = "https://github.com/sstadick/hck"