Skip to content

Commit

Permalink
Update COBOL to v0.0.3 (#1853)
Browse files Browse the repository at this point in the history
There was a bug in `v0.0.2` where the downloaded LSP server binary was
not marked as executable. This update fixes this issue.
  • Loading branch information
willswire authored Jan 3, 2025
1 parent f1554e8 commit 131b1ff
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 @@ -255,7 +255,7 @@ version = "0.1.0"

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

[code-stats]
submodule = "extensions/code-stats"
Expand Down
2 changes: 1 addition & 1 deletion extensions/cobol
Submodule cobol updated 4 files
+1 −1 Cargo.lock
+1 −1 Cargo.toml
+1 −1 extension.toml
+4 −0 src/cobol.rs

0 comments on commit 131b1ff

Please sign in to comment.