Skip to content

Commit

Permalink
chore: bump lsp types, other style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Mar 6, 2023
1 parent 63c4f55 commit 3c59fc4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes will be documented in this file.

## [0.1.2]

- Upgrade pest v2.5.6, pest-fmt v0.2.3. See [Release Notes](https://github.com/pest-parser/pest/releases/tag/v2.5.6).
- feat: upgrade pest v2.5.6, pest-fmt v0.2.3. See [Release Notes](https://github.com/pest-parser/pest/releases/tag/v2.5.6).
- fix(server): solve issue relating to 0 vs 1 indexing.
- feat(server): suggest user-defined rule names in intellisense.

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions language-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ crate-type = ["cdylib"]
[dependencies]
console_error_panic_hook = "0.1"
js-sys = "0.3"
lsp-types = "0.93"
lsp-types = "0.94"
pest = "2.5"
pest_fmt = "0"
pest_meta = "2.5"
serde = {version = "1", features = ["derive"]}
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4"
wasm-bindgen = "0.2"
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@
"gts": "^3.1.1",
"typescript": "^4.9.5"
}
}
}

0 comments on commit 3c59fc4

Please sign in to comment.