Skip to content

Commit 34933cb

Browse files
committed
cleanup README wording for MSRV policy
1 parent 9805689 commit 34933cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ As well, there are also some community-maintained exporters and other integratio
6868

6969
Minimum supported Rust version (MSRV) is currently **1.61.0**, enforced by CI.
7070

71-
`metrics` will always support _at least_ the last four versions of stable Rust, based on minor
71+
`metrics` will always support _at least_ the latest four versions of stable Rust, based on minor
7272
version releases, and excluding patch versions. Overall, we strive to support older versions where
73-
possible, which means avoiding constant dependency updates or cleanup that only exist to use, for
74-
example, new methods in the Rust standard library.
73+
possible, which means that we generally try to avoid staying up-to-date with every single dependency
74+
(except for security/correctness reasons) and avoid bumping the MSRV just to get access to new
75+
helper methods in the standard library, and so on.
7576

7677
# contributing
7778

0 commit comments

Comments
 (0)