Skip to content

Commit 7da52da

Browse files
committed
update ci and dependency
1 parent da7a077 commit 7da52da

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
22-
version: [0.12.0, 0.13.0, ""]
22+
version: [0.14.0, ""]
2323
fail-fast: false
2424
runs-on: ${{ matrix.os }}
2525
steps:

build.zig.zon

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
.fingerprint = 0x95965ed3cdfb8c33,
66
.dependencies = .{
77
.webui = .{
8-
.url = "https://github.com/webui-dev/webui/archive/c512af1e6c0fe62bdf458e00fefa456ce11a6cee.tar.gz",
9-
.hash = "1220100d77f4adf277ccc7d472952ed8ebef2e766c1225f3fbc56901bf4942e3c4dd",
8+
.url = "https://github.com/webui-dev/webui/archive/5d497e3b839a93736be82107b333b4c0390dea2d.tar.gz",
9+
.hash = "webui-2.5.0-beta.3-pxqD5WZmNgCLmrqQW0U_NI4iq-z706dyreyXr-e7kFmZ",
1010
},
1111
},
1212
.paths = .{
13-
"",
13+
"build.zig",
14+
"build.zig.zon",
15+
"src",
1416
},
1517
}

0 commit comments

Comments
 (0)