Skip to content

Commit

Permalink
fix(pack): remove non-existant branch (#936)
Browse files Browse the repository at this point in the history
* fix(pack): remove non-existant branch

* fix(pack): add neotest-zig version

Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com>

---------

Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com>
  • Loading branch information
Sacro and Uzaaft committed May 2, 2024
1 parent afca1e4 commit 8dac439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/zig/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ return {
{
"nvim-neotest/neotest",
optional = true,
dependencies = { "lawrence-laz/neotest-zig", branch = "v1.2.0" },
dependencies = { "lawrence-laz/neotest-zig", version = "^1" },
opts = function(_, opts)
if not opts.adapters then opts.adapters = {} end
table.insert(opts.adapters, require "neotest-zig")
Expand Down

0 comments on commit 8dac439

Please sign in to comment.