Adapt myid to zig 0.15.1

This commit is contained in:
2025-10-05 17:12:22 +02:00
parent 98627aa197
commit bde3a05b36
3 changed files with 13 additions and 12 deletions

View File

@@ -1,17 +1,17 @@
.{
.name = .myid,
.version = "0.0.0",
.dependencies = .{
.sqlite = .{
.url = "git+https://github.com/vrischmann/zig-sqlite#be8b4965b46fc1a7a819bf3cba09f370c0e9c64c",
.hash = "sqlite-3.48.0-F2R_a9GLDgAXT-c49TfkFMt6yPOMQAYfp4ig8bRNdZs4",
},
},
.fingerprint = 0x4dc8d6b2af89dd8f, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.0-dev.919+044ccf413",
.minimum_zig_version = "0.15.1",
.paths = .{
"src",
"build.zig",
"build.zig.zon",
"src",
},
.fingerprint = 0x4dc8d6b2af89dd8f,
.dependencies = .{
.sqlite = .{
.url = "git+https://github.com/vrischmann/zig-sqlite#6d90ee900d186a7fbb6066f28ee13beeaf8be345",
.hash = "sqlite-3.48.0-F2R_a5yODgDFvwwsytm7ZONcSqYBo3qv1PmXOtw3tqLA",
},
},
}