cargo: bump edition to 2021 (no code change)

pull/361/head
Yuya Nishihara 2022-07-07 23:30:13 +07:00
parent 8da1e5ed7e
commit c7c7c2749a
1 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@ version = "0.1.0"
keywords = ["incremental", "parsing", "qml"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/yuja/tree-sitter-qmljs"
edition = "2018"
edition = "2021"
license = "MIT"
build = "bindings/rust/build.rs"