authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 12:53:56 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 12:53:56 -07:00
loge82919f3fd9470d344fbc06fec3474fef7841b70
treeaa11c76153df47033da5dee624cd7c8bad0b7ff3
parent859a37c5435b0aa4dd12c477c7b7eb44f856f923

update to Zig 0.14


2 files changed, 4 insertions(+), 4 deletions(-)

licenses.txt+3
...@@ -7,3 +7,6 @@ MIT:...@@ -7,3 +7,6 @@ MIT:
7- git https://github.com/nektro/zig-extras7- git https://github.com/nektro/zig-extras
8- git https://github.com/nektro/zig-tracer8- git https://github.com/nektro/zig-tracer
9- git https://github.com/vrischmann/zig-sqlite9- git https://github.com/vrischmann/zig-sqlite
10
11Unspecified:
12- http https://sqlite.org/2025/sqlite-amalgamation-3480000.zip
zig.mod+1-4
...@@ -4,8 +4,5 @@ main: src/lib.zig...@@ -4,8 +4,5 @@ main: src/lib.zig
4license: MPL-2.04license: MPL-2.0
5description: The ORM library for Zig.5description: The ORM library for Zig.
6dependencies:6dependencies:
7 - src: git https://github.com/vrischmann/zig-sqlite commit-91e5fedd15c5ea3cb42ccceefb3d0f4bb9bad68f7 - src: git https://github.com/vrischmann/zig-sqlite
8 c_source_files:
9 - c/sqlite3.c
10 - c/workaround.c
11 - src: git https://github.com/nektro/zig-tracer8 - src: git https://github.com/nektro/zig-tracer