From a5ffd6a802c4d192024250b53744eb82d4129db8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 27 Oct 2018 02:25:10 +0200 Subject: [PATCH] fixup patch Signed-off-by: Igor Gnatenko --- rand-fix-metadata.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rand-fix-metadata.diff b/rand-fix-metadata.diff index 2bfb701..f548296 100644 --- a/rand-fix-metadata.diff +++ b/rand-fix-metadata.diff @@ -1,10 +1,10 @@ --- rand-0.5.5/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ rand-0.5.5/Cargo.toml 2018-10-27T02:05:28.393136+02:00 ++++ rand-0.5.5/Cargo.toml 2018-10-27T02:24:57.333044+02:00 @@ -22,6 +22,7 @@ categories = ["algorithms", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang-nursery/rand" -+exclude = ["/scripts/*", "/.travis.yml", "/appveyor.yml"] ++exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml"] [package.metadata.docs.rs] all-features = true [dependencies.log]