Advance to v1.1.0

This commit is contained in:
Ryan Geary 2020-06-02 15:02:48 -04:00
parent a66621380b
commit 588ff3ef1b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -32,7 +32,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "choose"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "choose"
version = "1.0.0"
version = "1.1.0"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"