From 412a4ebeb73e5bd2f6d5cea72af6d6f69d2280df Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Wed, 7 Feb 2024 05:42:46 +0000 Subject: [PATCH] bump MSRV to 1.70 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 433f9709..ea9a5c29 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ around comments in expanded mode or error messages. ## Versioning -The minimum supported rust version (MSRV) of `grass` is `1.64.0`. An increase to the MSRV will correspond with a minor version bump. The current MSRV is not a hard minimum, but future bugfix +The minimum supported rust version (MSRV) of `grass` is `1.70.0`. An increase to the MSRV will correspond with a minor version bump. The current MSRV is not a hard minimum, but future bugfix versions of `grass` are not guaranteed to work on versions prior to this. `grass` currently targets `dart-sass` version `1.54.3`. An increase to this number will correspond to either a minor or bugfix version bump, depending on the changes.