Skip to content

Commit

Permalink
fix(nvim): Require matching version of module for editor plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 21, 2024
1 parent 3538830 commit 21fa18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion decasify.nvim-dev-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description = {

dependencies = {
"lua >= 5.1",
"decasify",
"decasify == " .. version,
}

build = {
Expand Down
2 changes: 1 addition & 1 deletion decasify.nvim.rockspec.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description = {

dependencies = {
"lua >= 5.1",
"decasify",
"decasify == " .. version,
}

build = {
Expand Down

0 comments on commit 21fa18a

Please sign in to comment.