Skip to content

Commit

Permalink
Update lsp-types requirement from >=0.79,<0.81 to >=0.79, <0.82
Browse files Browse the repository at this point in the history
Updates the requirements on [lsp-types](https://github.com/gluon-lang/lsp-types) to permit the latest version.
- [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.79.0...v0.81.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and ebkalderon committed Sep 19, 2020
1 parent 385e25a commit 766bcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bytes = "0.5"
dashmap = "3.5.1"
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
log = "0.4"
lsp-types = ">=0.79,<0.81"
lsp-types = ">=0.79, <0.82"
nom = { version = "5.1", default-features = false, features = ["std"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 766bcdb

Please sign in to comment.