Skip to content

Commit a2d2feb

Browse files
authored
fix: reserved field error test and update parser (#12)
Update to protols based on mitchellh/tree-sitter-proto#9
1 parent 5d739fb commit a2d2feb

File tree

3 files changed

+93
-75
lines changed

3 files changed

+93
-75
lines changed

Cargo.lock

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "protols"
33
description = "Language server for proto3 files"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2021"
66
license = "MIT"
77
homepage = "https://github.com/coder3101/protols"
@@ -21,4 +21,4 @@ tracing = "0.1.40"
2121
tracing-subscriber = "0.3.18"
2222
tree-sitter = "0.22.6"
2323
tracing-appender = "0.2.3"
24-
protols-tree-sitter-proto = "0.1.0"
24+
protols-tree-sitter-proto = "0.2.0"

0 commit comments

Comments
 (0)