From 68fd70624c87894363377af4f4ad5ca8f8634117 Mon Sep 17 00:00:00 2001 From: gwenn Date: Mon, 7 Oct 2024 09:19:22 +0200 Subject: [PATCH] MSRV --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3a44e66..0197a6e 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,8 @@ as a stack because items may be access randomly and the `top+1` item can be used alternative but it does not support fallback/streaming (see [this](https://github.com/nikomatsakis/lalrpop/issues/156) issue) and compilation/generation is slow. + +## Minimum supported Rust version (MSRV) + +Latest stable Rust version at the time of release. It might compile with older versions. +