From c6cac66b3d81b811d6778bd81dd3717a83698224 Mon Sep 17 00:00:00 2001 From: zbrachinara Date: Thu, 5 Jan 2023 17:39:01 -0500 Subject: [PATCH] bump version to 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0874437..e281fe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3080,7 +3080,7 @@ checksum = "74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df" [[package]] name = "quicksweeper" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index 0370c95..e3f3c02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quicksweeper" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html