use 2021 edition (#368)

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
This commit is contained in:
Jiayu Liu 2021-12-09 04:44:20 +08:00 committed by GitHub
parent 41997b5750
commit d33bacf679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,7 @@ include = [
"src/**/*.rs",
"Cargo.toml",
]
edition = "2018"
resolver = "2"
edition = "2021"
[lib]
name = "sqlparser"