Skip to content

Commit a9773e2

Browse files
committed
syntax: switch to Rust 2021
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.
1 parent a725f3d commit a9773e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation = "https://docs.rs/regex-syntax"
88
homepage = "https://github.com/rust-lang/regex"
99
description = "A regular expression parser."
1010
workspace = ".."
11-
edition = "2018"
11+
edition = "2021"
1212

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

0 commit comments

Comments
 (0)