summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-06-07 16:53:22 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-06-07 16:53:22 -0400
commit18b3440bec426e692da16561e71c3dbde77541f6 (patch)
tree241fbfa642520673c23767b638cb953dc87605ff
parent5d65fb99ce8768608e78c81a7fe4c87c15f56192 (diff)
Add license line to Cargov1.1.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml3
2 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 971da7f..5f16a5c 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 = "1.1.1"
+version = "1.1.2"
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 c8ebb5c..2a7f4a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,9 @@
[package]
name = "choose"
-version = "1.1.1"
+version = "1.1.2"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"
+license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html