summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2026-04-21 20:09:57 +0200
committerGitHub <noreply@github.com>2026-04-21 20:09:57 +0200
commitfe6026825883b44b09a8d3a03f2d49bfc8ed4725 (patch)
treea1ca487ce6912e9a7fd836f53cb4b6836a79e1e7 /scripts
parent5891f2f3dc41eda44c0072d726cf95e54aba85ad (diff)
parent52693e7af3d3c7445761c8c0644ca437d2bf2df6 (diff)
Merge pull request #39076 from bfredl/zig0.16
IT IS HAPPENING: Zig 0.16
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bump_deps.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bump_deps.lua b/scripts/bump_deps.lua
index a0ee55a723..3927492dcc 100755
--- a/scripts/bump_deps.lua
+++ b/scripts/bump_deps.lua
@@ -30,9 +30,9 @@ local zig_mode = {
luajit = false,
uncrustify = false,
wasmtime = false,
+ libuv = false,
unibilium = 'nested',
utf8proc = 'nested',
- libuv = 'nested',
}
local dependency_table = {} --- @type table<string, string>