summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cce89bc..fe5eab2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "aho-corasick"
version = "0.7.13"
@@ -43,7 +45,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "choose"
-version = "1.3.1"
+version = "1.3.2"
dependencies = [
"backslash",
"lazy_static",
diff --git a/Cargo.toml b/Cargo.toml
index b34cc20..ac79e01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "choose"
-version = "1.3.1"
+version = "1.3.2"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"