diff --git a/style-check/Cargo.toml b/style-check/Cargo.toml index ec56dbaf0..d592f65d0 100644 --- a/style-check/Cargo.toml +++ b/style-check/Cargo.toml @@ -2,7 +2,7 @@ name = "style-check" version = "0.1.0" authors = ["steveklabnik "] -edition = "2018" +edition = "2021" [dependencies] pulldown-cmark = "0.8"