From 60aa4acc5f757440596da8fb51f992258c4fd89c Mon Sep 17 00:00:00 2001 From: yancy Date: Tue, 2 Jul 2024 11:36:33 -0500 Subject: [PATCH] Update README instructions for running MSRV The file mentioned in the README for running MSRV no longer exists --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e30924cb8..52b736cd0 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,7 @@ For more information please see `./CONTRIBUTING.md`. This library should always compile with any combination of features on **Rust 1.56.1**. -To build with the MSRV you will likely need to pin a bunch of dependencies, see `./contrib/test.sh` -for the current list. +Use `Cargo-minimal.lock` to build the MSRV by copying to `Cargo.lock` and building. ## External dependencies