parent
8304436e55
commit
53742e1ab2
@ -1,2 +1,3 @@
|
||||
/wait-timeout-0.1.5.crate
|
||||
/wait-timeout-0.2.0.crate
|
||||
/wait-timeout-0.2.1.crate
|
||||
|
@ -0,0 +1,4 @@
|
||||
[package]
|
||||
summary = "Wait on a child process with a timeout"
|
||||
cargo-install-bin = false
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (wait-timeout-0.2.0.crate) = db3b7aa2acfd44e64451042b8ba98eecab77a82aa5c58ed08dadb119ab36dee4e26d62baad7978ed56d5ad03019c96be5021455362290f56043981137bac8066
|
||||
SHA512 (wait-timeout-0.2.1.crate) = aa89eb76bd7abc8c12d0d372a74a3e838978d85939ae5bec97392031ba4c211c09fbc0a8719c668835dec325f94c6098a9a684ba180f9fa8352f8131754cd334
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- wait-timeout-0.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||
+++ wait-timeout-0.2.0/Cargo.toml 2023-04-12T18:24:03.969404+00:00
|
||||
@@ -21,6 +21,7 @@
|
||||
categories = ["os"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/alexcrichton/wait-timeout"
|
||||
+autobins = false
|
||||
[target."cfg(unix)".dependencies.libc]
|
||||
version = "0.2"
|
||||
[badges.appveyor]
|
Loading…
Reference in new issue