Skip to content

Commit 3b8c6d9

Browse files
committed
Switch style-check to Rust 2021
According to `cargo fix --edition`, no migrations were necessary.
1 parent b5c68b0 commit 3b8c6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style-check/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "style-check"
33
version = "0.1.0"
44
authors = ["steveklabnik <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[dependencies]
88
pulldown-cmark = "0.8"

0 commit comments

Comments
 (0)