Skip to content

Commit

Permalink
fix: require an earlier minimum lsp types (#4835)
Browse files Browse the repository at this point in the history
* fix: require an earlier minimum lsp types

With the switch back down to `lspower` in `flux-lsp`, `flux` is now
requiring too new of a `lsp-types` for `flux-lsp` to use. `flux-lsp`
needs `lsp-types 0.92`, and flux is using `0.93`. This patch downgrades
this requirement.

* fix: update generated stuff
  • Loading branch information
rockstar authored Jun 6, 2022
1 parent a0b00f9 commit 878a9f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libflux/Cargo.lock

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

2 changes: 1 addition & 1 deletion libflux/flux-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ flatbuffers = "2.1.1"
fnv = "1.0.7"
libflate = "1.2.0"
log = "0.4.16"
lsp-types = { version = "0.93", optional = true }
lsp-types = { version = "0.92", optional = true }
maplit = "1.0.2"
once_cell = { version = "1.10.0", optional = true }
pad = { version = "0.1.6", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions libflux/go/libflux/buildinfo.gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ package libflux
// are not tracked by Go's build system.'
//lint:ignore U1000 generated code
var sourceHashes = map[string]string{
"libflux/Cargo.lock": "2864899703fe551dadb62bfe910efdd481baaca5a1b182c60834915145c25745",
"libflux/Cargo.lock": "8825ad430df2d94d6ccd195a72d59bf38449096d05c227ec60a1828f91daa669",
"libflux/Cargo.toml": "91ac4e8b467440c6e8a9438011de0e7b78c2732403bb067d4dd31539ac8a90c1",
"libflux/flux-core/Cargo.toml": "2290ce95d56e0f514b7c8285693a8011cddfc652bf2aad24edfeb43911f57ba9",
"libflux/flux-core/Cargo.toml": "594c5cc9a8ff9440418b49c37488112faa8e57b82df084b327b8252beded17b1",
"libflux/flux-core/src/ast/check/mod.rs": "47e06631f249715a44c9c8fa897faf142ad0fa26f67f8cfd5cd201e82cb1afc8",
"libflux/flux-core/src/ast/mod.rs": "a410553122854cc383c75b06d553bc4b6a683e637962596ef946c52958b6a168",
"libflux/flux-core/src/ast/walk/mod.rs": "92dd40a0665f60ee1c1b0441580b3f2d3d57e75ea7f6d83fd5a73a759b10289d",
Expand Down

0 comments on commit 878a9f1

Please sign in to comment.