You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-proptest0.10/proptest-fix-metadata.diff

12 lines
547 B

--- proptest-0.10.1/Cargo.toml 2020-08-15T16:23:17+00:00
+++ proptest-0.10.1/Cargo.toml 2021-05-21T13:44:40.971116+00:00
@@ -15,7 +15,7 @@
name = "proptest"
version = "0.10.1"
authors = ["Jason Lingle"]
-exclude = ["/gen-*.sh", "/readme-*.md"]
+exclude = ["/gen-*.sh", "/readme-*.md", "/test-persistence-location/"]
description = "Hypothesis-like property-based testing and shrinking.\n"
homepage = "https://altsysrq.github.io/proptest-book/proptest/index.html"
documentation = "https://altsysrq.github.io/rustdoc/proptest/0.10.1/proptest/"