From 51a67658941b073ddc51ea080cf0e86af0b165b7 Mon Sep 17 00:00:00 2001 From: Philip Degarmo Date: Sat, 24 Feb 2024 13:34:22 -0800 Subject: [PATCH] Update readme on MSRV policy --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2cf4172..4192074 100644 --- a/README.md +++ b/README.md @@ -210,12 +210,9 @@ cargo run --example puffin --features="profile-with-puffin" ## MSRV -This project will strive to keep a conservative MSRV, but practically this is most likely to be -limited by upstream crate MSRV. It may be that some backends will support a lower MSRV than others. - -Because the MSRV is in practice variable based on what features are enabled, no MSRV will be set in -cargo.toml. Otherwise this crate would only compile with the least conservative MSRV of all possible -upstream profiling backends. +This project will strive to keep a conservative MSRV, but some backends will support a lower MSRV than others. +The MSRV set in this project only represents the MSRV for compiling the profiling crate with no backends +enabled. As a point of reference, currently the most popular crate relying on profiling is wgpu, and their MSRV is constrained to Firefox nightly build MSRV. So the MSRV of this crate (ignoring backends)