ls but with io_uring

version 1.0

rockorager.dev 9bfcae0b ddf92495

verified
+2 -2
+1 -1
build.zig
··· 2 2 const zzdoc = @import("zzdoc"); 3 3 4 4 /// Must be kept in sync with git tags 5 - const version: std.SemanticVersion = .{ .major = 0, .minor = 2, .patch = 0 }; 5 + const version: std.SemanticVersion = .{ .major = 1, .minor = 0, .patch = 0 }; 6 6 7 7 pub fn build(b: *std.Build) void { 8 8 const target = b.standardTargetOptions(.{});
+1 -1
build.zig.zon
··· 1 1 .{ 2 2 .name = .lsr, 3 - .version = "0.2.0", 3 + .version = "1.0.0", 4 4 .fingerprint = 0x495d173f6002e86, // Changing this has security and trust implications. 5 5 6 6 .minimum_zig_version = "0.14.0",