mirror of
https://github.com/theryangeary/choose
synced 2024-11-26 04:40:19 +00:00
Bump to version 1.3.1
This commit is contained in:
parent
76461e0a1d
commit
064efa3fcb
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -43,7 +43,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "choose"
|
name = "choose"
|
||||||
version = "1.3.0"
|
version = "1.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backslash",
|
"backslash",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "choose"
|
name = "choose"
|
||||||
version = "1.3.0"
|
version = "1.3.1"
|
||||||
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
|
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in a new issue