From bb4e48984613100d92fd4fdd7c8931a60719da18 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Fri, 28 Jul 2023 10:00:07 -0700 Subject: [PATCH] (cargo-release) version 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fd7de1..00eb898 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "fqtk" -version = "0.2.3-rc.1" +version = "0.3.0" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 36e291a..412ea29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Nils Homer " ] name = "fqtk" -version = "0.2.3-rc.1" +version = "0.3.0" edition = "2021" license = "MIT" readme = "README.md"