Switch style-check to Rust 2021

According to `cargo fix --edition`, no migrations were necessary.
This commit is contained in:
Noah Lev 2021-10-21 13:36:11 -07:00
parent b5c68b0298
commit 3b8c6d921a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name = "style-check"
version = "0.1.0"
authors = ["steveklabnik <steve@steveklabnik.com>"]
edition = "2018"
edition = "2021"
[dependencies]
pulldown-cmark = "0.8"