Skip to content

Commit

Permalink
Update meson extension to v0.1.1 (#1213)
Browse files Browse the repository at this point in the history
Updating my meson extension from `0.1.0` to `0.1.1`, fixing the LSP not
being executable.
  • Loading branch information
hqnna committed Aug 9, 2024
1 parent 411c3e1 commit 51794f6
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 @@ -571,7 +571,7 @@ version = "0.0.1"

[meson]
submodule = "extensions/meson"
version = "0.1.0"
version = "0.1.1"

[min-theme]
submodule = "extensions/min-theme"
Expand Down
2 changes: 1 addition & 1 deletion extensions/meson
Submodule meson updated 5 files
+1 −1 Cargo.toml
+1 −1 extension.toml
+98 −0 flake.lock
+19 −0 flake.nix
+1 −0 src/meson.rs

0 comments on commit 51794f6

Please sign in to comment.