Skip to content

Commit

Permalink
Update cue to v0.0.3 (#1423)
Browse files Browse the repository at this point in the history
Release notes:

* Added support for `cuepls` language server.

https://github.com/jkasky/zed-cue/releases/tag/v0.0.3
  • Loading branch information
jkasky authored Sep 17, 2024
1 parent 5debfa8 commit d561a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ version = "0.0.1"

[cue]
submodule = "extensions/cue"
version = "0.0.2"
version = "0.0.3"

[curry]
submodule = "extensions/curry"
Expand Down
2 changes: 1 addition & 1 deletion extensions/cue
Submodule cue updated 5 files
+1 −0 .gitignore
+329 −0 Cargo.lock
+12 −0 Cargo.toml
+5 −1 extension.toml
+124 −0 src/cue.rs

0 comments on commit d561a7b

Please sign in to comment.