We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715b2ee commit f0e8c63Copy full SHA for f0e8c63
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- zig-version: ["master", "0.13.0"]
+ zig-version: ["master", "0.14.0"]
21
os: [ubuntu-latest, macos-latest, windows-latest]
22
optimize: [ReleaseSafe, ReleaseFast]
23
build.zig.zon
@@ -1,5 +1,6 @@
1
.{
2
- .name = "quickjs-ng",
+ .name = .quickjs_ng,
3
+ .fingerprint = 0xb2bca9faa72a0432,
4
.version = "0.7.0",
5
.dependencies = .{
6
.@"quickjs-ng" = .{
0 commit comments