Skip to content

Commit

Permalink
syntax: switch to Rust 2021
Browse files Browse the repository at this point in the history
This effectively bumps the MSRV of 'regex' to Rust 1.56, which was
released in Oct 2021. It's not quite a year at the time of writing, but
I expect it will be a year by the time this change is released.
  • Loading branch information
BurntSushi committed Apr 15, 2023
1 parent 0e3cf32 commit 2a45b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regex-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation = "https://docs.rs/regex-syntax"
homepage = "https://github.com/rust-lang/regex"
description = "A regular expression parser."
workspace = ".."
edition = "2018"
edition = "2021"

# Features are documented in the "Crate features" section of the crate docs:
# https://docs.rs/regex-syntax/*/#crate-features
Expand Down

0 comments on commit 2a45b99

Please sign in to comment.