aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig9
1 files changed, 7 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 57fb62b..c3644af 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,9 +1,13 @@
[package]
name = "shlex"
-version = "1.1.0"
+version = "1.3.0"
authors = [
"comex <comexk@gmail.com>",
- "Fenhl <fenhl@fenhl.net>"
+ "Fenhl <fenhl@fenhl.net>",
+ "Adrian Taylor <adetaylor@chromium.org>",
+ "Alex Touchet <alextouchet@outlook.com>",
+ "Daniel Parks <dp+git@oxidized.org>",
+ "Garrett Berg <googberg@gmail.com>",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/comex/rust-shlex"
@@ -12,6 +16,7 @@ categories = [
"command-line-interface",
"parser-implementations"
]
+rust-version = "1.46.0"
[features]
std = []