Skip to content

Commit 78205ab

Browse files
committed
Update grammars to Rust 2021 edition
1 parent 327cd1d commit 78205ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tree-sitter-ccomment/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "bindings/rust/README.md"
88
keywords = ["incremental", "parsing", "ccomment"]
99
categories = ["parsing", "text-editors"]
1010
repository = "https://github.com/mozilla/rust-code-analysis"
11-
edition = "2018"
11+
edition = "2021"
1212

1313
build = "bindings/rust/build.rs"
1414
include = [

tree-sitter-mozcpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "bindings/rust/README.md"
88
keywords = ["incremental", "parsing", "mozcpp"]
99
categories = ["parsing", "text-editors"]
1010
repository = "https://github.com/mozilla/rust-code-analysis"
11-
edition = "2018"
11+
edition = "2021"
1212

1313
build = "bindings/rust/build.rs"
1414
include = [

tree-sitter-mozjs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "bindings/rust/README.md"
88
keywords = ["incremental", "parsing", "mozjs"]
99
categories = ["parsing", "text-editors"]
1010
repository = "https://github.com/mozilla/rust-code-analysis"
11-
edition = "2018"
11+
edition = "2021"
1212

1313
build = "bindings/rust/build.rs"
1414
include = [

tree-sitter-preproc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "bindings/rust/README.md"
88
keywords = ["incremental", "parsing", "preproc"]
99
categories = ["parsing", "text-editors"]
1010
repository = "https://github.com/mozilla/rust-code-analysis"
11-
edition = "2018"
11+
edition = "2021"
1212

1313
build = "bindings/rust/build.rs"
1414
include = [

0 commit comments

Comments
 (0)