From 18b3440bec426e692da16561e71c3dbde77541f6 Mon Sep 17 00:00:00 2001 From: Ryan Geary Date: Sun, 7 Jun 2020 16:53:22 -0400 Subject: Add license line to Cargo --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 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 "] edition = "2018" +license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3