From ef24de24a82fe681581cc130f342363c47c0969a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Jun 2024 07:48:48 +0200 Subject: Merging upstream version 1.75.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/proptest/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vendor/proptest/README.md') diff --git a/vendor/proptest/README.md b/vendor/proptest/README.md index 6e75df06b..ac42d0764 100644 --- a/vendor/proptest/README.md +++ b/vendor/proptest/README.md @@ -1,7 +1,6 @@ # Proptest [![Build Status](https://github.com/proptest-rs/proptest/workflows/Rust/badge.svg?branch=master)](https://github.com/proptest-rs/proptest/actions) -[![Build status](https://ci.appveyor.com/api/projects/status/ofe98xfthbx1m608/branch/master?svg=true)](https://ci.appveyor.com/project/AltSysrq/proptest/branch/master) [![](https://img.shields.io/crates/v/proptest.svg)](https://crates.io/crates/proptest) [![](https://img.shields.io/website/https/proptest-rs.github.io/proptest.svg)][book] [![](https://docs.rs/proptest/badge.svg)][api-docs] @@ -34,8 +33,8 @@ for a full list of substantial historical changes, breaking and otherwise. ### MSRV -The current MSRV of this crate is 1.60. -The MSRV is guaranteed to not exceeed ` - 7`, though in practice it may be lower than this - your mileage may vary. +The current MSRV of this crate is 1.64. +The MSRV is guaranteed to not exceed ` - 7`, though in practice it may be lower than this - your mileage may vary. If we change this policy in a backwards incompatible way (e.g. changing it to ` - 1`), this constitutes a breaking change, and would be a major version bump (e.g. 1.1 -> 2.0). ### What is property testing? -- cgit v1.2.3