diff --git a/build.zig b/build.zig index 1dc75df..4a59c17 100644 --- a/build.zig +++ b/build.zig @@ -2,7 +2,7 @@ const std = @import("std"); const zzdoc = @import("zzdoc"); /// Must be kept in sync with git tags -const version: std.SemanticVersion = .{ .major = 0, .minor = 1, .patch = 0 }; +const version: std.SemanticVersion = .{ .major = 0, .minor = 2, .patch = 0 }; pub fn build(b: *std.Build) void { const target = b.standardTargetOptions(.{}); diff --git a/build.zig.zon b/build.zig.zon index 73b427d..ebbf308 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,14 +1,14 @@ .{ .name = .lsr, - .version = "0.1.0", + .version = "0.2.0", .fingerprint = 0x495d173f6002e86, // Changing this has security and trust implications. .minimum_zig_version = "0.14.0", .dependencies = .{ .ourio = .{ - .url = "git+https://github.com/rockorager/ourio#1afffffe2424f9c5923271ac764e950efbdde696", - .hash = "ourio-0.0.0-_s-z0cALAgCdk4d-uZk0B07uX47Lf64fJDJ9L4Ejj3Rs", + .url = "git+https://github.com/rockorager/ourio#54c1a1ed8d0994636770e5185ecdb59fe6d8535e", + .hash = "ourio-0.0.0-_s-z0asOAgAhpi7gSpLLvWGj_4XURez4W9TWN6SGs5BP", }, .zeit = .{ .url = "git+https://github.com/rockorager/zeit#4496d1c40b2223c22a1341e175fc2ecd94cc0de9",