summaryrefslogtreecommitdiffstats
path: root/vendor/proptest/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/proptest/README.md')
-rw-r--r--vendor/proptest/README.md5
1 files changed, 2 insertions, 3 deletions
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 `<current stable release> - 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 `<current stable release> - 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 `<current stable release> - 1`), this constitutes a breaking change, and would be a major version bump (e.g. 1.1 -> 2.0).
### What is property testing?