Files
zlog/build.zig.zon
Yves Biener ba84450417
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 59s
mod: update dependency ztime
2024-12-27 19:06:24 +01:00

20 lines
597 B
Zig

.{
.name = "zlog",
// version name should match the zig version except for the last number,
// which stands for the version inside a given zig version
.version = "0.13.0",
.dependencies = .{
.ztime = .{
.url = "git+https://gitea.yves-biener.de/yves-biener/ztime#d7e7b5dc7dd05677ddd7e7bb6695719fa7a26367",
.hash = "1220bdf1ca0fb88b7988243c6a5c368f7c8c1f11ffbe0c4377a7afa61aafd20170a6",
},
},
.minimum_zig_version = "0.13.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
}