From 8fe8d38b50c3aa13a0e3906c1edda69f8c5e0bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=C3=A9baud=20Weksteen?= Date: Tue, 13 Apr 2021 17:00:18 +0200 Subject: Update shared_child to 0.3.5 Test: atest shared_child_device_test_src_lib Bug: 185227802 Change-Id: Ib91ac30786acc82256b68954c13d6b3b70047ea4 --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3