mirror of
https://github.com/theryangeary/choose
synced 2024-11-10 05:24:13 +00:00
Bump version to 1.2.0
This commit is contained in:
parent
fc6a2ddbda
commit
152b4fb77d
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -37,7 +37,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "choose"
|
name = "choose"
|
||||||
version = "1.1.2"
|
version = "1.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"regex",
|
"regex",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "choose"
|
name = "choose"
|
||||||
version = "1.1.2"
|
version = "1.2.0"
|
||||||
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"
|
||||||
|
|
|
@ -43,7 +43,7 @@ Please see our guidelines in [contributing.md](contributing.md).
|
||||||
|
|
||||||
```
|
```
|
||||||
$ choose --help
|
$ choose --help
|
||||||
choose 1.1.2
|
choose 1.2.0
|
||||||
`choose` sections from each line of files
|
`choose` sections from each line of files
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
|
|
Loading…
Reference in a new issue