From 03e5ca4c1d235e79f497fe91af2b33c0be013781 Mon Sep 17 00:00:00 2001 From: Ryan Geary Date: Mon, 12 Jul 2021 21:28:14 -0400 Subject: Bump to version 1.3.2 --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 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 "] edition = "2018" license = "GPL-3.0-or-later" -- cgit v1.2.3