summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2021-07-26 20:37:06 -0400
committerRyan Geary <rtgnj42@gmail.com>2021-07-26 20:40:50 -0400
commitcd71501b72532e7680eed368543654d817747614 (patch)
treeb1edaab006e7a3128f6856643faf3238cb51ffe7
parent1970d0cc74bf25afdb71f433b0392208098f4607 (diff)
Create version 1.3.3v1.3.3
Fixes a bug that occurs when the input is an empty line and a negative choice is used, causing `choose` to crash
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fe5eab2..9274f52 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -45,7 +45,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "choose"
-version = "1.3.2"
+version = "1.3.3"
dependencies = [
"backslash",
"lazy_static",
diff --git a/Cargo.toml b/Cargo.toml
index ac79e01..c2df107 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "choose"
-version = "1.3.2"
+version = "1.3.3"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"