Skip to content

Commit c466d52

Browse files
authored
Merge pull request #123 from mgeisler/edition-2021
Migrate to the Rust 2021 edition
2 parents 8fc5e7f + 2ccf097 commit c466d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
keywords = ["version"]
1010
categories = ["development-tools", "rust-patterns"]
1111
license = "MIT"
12-
edition = "2018"
12+
edition = "2021"
1313

1414
[features]
1515
default = ["markdown_deps_updated", "html_root_url_updated", "contains_regex"]

0 commit comments

Comments
 (0)