aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorThiƩbaud Weksteen <tweek@google.com>2021-04-14 09:52:16 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-14 09:52:16 +0000
commitf21f40084577165667ea5d637d9c669f2d1f37c8 (patch)
tree145cd4e1b3c7e876a65031f30f607360690369ac /Cargo.toml
parentc69fd801132135e1460697289ab30cc1f98cec93 (diff)
parentd443ec332bd182a9feb2ea21f81ef77db284c236 (diff)
downloadshared_child-f21f40084577165667ea5d637d9c669f2d1f37c8.tar.gz
Update shared_child to 0.3.5 am: 8fe8d38b50 am: 5487c2f543 am: e668c57367 am: d443ec332b
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/shared_child/+/1674605 Change-Id: I45a1a140bb527bfd56ff66192c27e2cb9bc1079a
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9fc07c..75e890b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,11 +11,13 @@
# will likely look very different (and much more reasonable)
[package]
+edition = "2018"
name = "shared_child"
-version = "0.3.4"
+version = "0.3.5"
authors = ["jacko"]
description = "a library for using child processes from multiple threads"
documentation = "https://docs.rs/shared_child"
+readme = "README.md"
keywords = ["command", "process", "child", "subprocess"]
categories = ["os"]
license = "MIT"