summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2021-07-12 21:28:14 -0400
committerRyan Geary <rtgnj42@gmail.com>2021-07-12 21:28:14 -0400
commit03e5ca4c1d235e79f497fe91af2b33c0be013781 (patch)
treef97e1d140cfbd397a3d57ad579bd0a7f9c321fdb
parent4c30976bf441c0529c825b67cbb2733a3c9924e4 (diff)
Bump to version 1.3.2v1.3.2
-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"