Skip to content

Commit

Permalink
Fix MSRV to 1.65 (because regex 1.9 asks for it)
Browse files Browse the repository at this point in the history
The previous MSRV of 1.56 was a lie as no version of regex 1.9+
was compatible with it.
  • Loading branch information
Canop committed Dec 10, 2024
1 parent 914ae83 commit 2104242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
categories = ["text-processing"]
repository = "https://github.com/Canop/lazy-regex"
readme = "README.md"
rust-version = "1.56"
rust-version = "1.65"

[dependencies]
once_cell = "1.17"
Expand Down

0 comments on commit 2104242

Please sign in to comment.