Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit d25f5a3

Browse files
dependabot[bot]Achim Schneider
authored andcommitted
Bump lsp-types from 0.91.1 to 0.93.2
Bumps [lsp-types](https://github.com/gluon-lang/lsp-types) from 0.91.1 to 0.93.2. - [Release notes](https://github.com/gluon-lang/lsp-types/releases) - [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md) - [Commits](gluon-lang/lsp-types@v0.91.1...v0.93.2) --- updated-dependencies: - dependency-name: lsp-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0da7535 commit d25f5a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

crates/rust_analyzer_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
crate-type = ["cdylib", "rlib"]
1111

1212
[dependencies]
13-
lsp-types = { version = "0.91.1", features = ["proposed"] }
13+
lsp-types = { version = "0.93.2", features = ["proposed"] }
1414
console_error_panic_hook = { version = "0.1.7" }
1515
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
1616
log = { version = "0.4.17", features = ["release_max_level_warn"] }

0 commit comments

Comments
 (0)