Skip to content

Commit

Permalink
Merge pull request #71 from gwenn/msrv
Browse files Browse the repository at this point in the history
MSRV
  • Loading branch information
gwenn authored Oct 7, 2024
2 parents f50e2c1 + 68fd706 commit d9b5226
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d9b5226

Please sign in to comment.