summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-04-04 13:44:18 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-04-04 13:44:18 -0400
commit6dc46adb8b3c5def38551fca63632ac9eb693e0b (patch)
treecc413eeec1f4de28dca4da47ed486f22471ddae4
parentfabb9ced5e1add82df3a803a00c6df3a322450b2 (diff)
Move Cargo.toml to v1.0.0v1.0.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 531826d..7f97d7d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -32,7 +32,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "choose"
-version = "0.1.4"
+version = "1.0.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)",
diff --git a/Cargo.toml b/Cargo.toml
index 5958275..8c9a6a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "choose"
-version = "0.1.4"
+version = "1.0.0"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"