ls but with io_uring

deps: update ourio for runtime io_uring flag checks

Update ourio to gain runtime setting of io_uring flags so we can support
more kernel versions

rockorager.dev 0ce5c020 37e13f90

verified
+4 -4
+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 = 1, .patch = 0 }; 5 + const version: std.SemanticVersion = .{ .major = 0, .minor = 2, .patch = 0 }; 6 6 7 7 pub fn build(b: *std.Build) void { 8 8 const target = b.standardTargetOptions(.{});
+3 -3
build.zig.zon
··· 1 1 .{ 2 2 .name = .lsr, 3 - .version = "0.1.0", 3 + .version = "0.2.0", 4 4 .fingerprint = 0x495d173f6002e86, // Changing this has security and trust implications. 5 5 6 6 .minimum_zig_version = "0.14.0", 7 7 8 8 .dependencies = .{ 9 9 .ourio = .{ 10 - .url = "git+https://github.com/rockorager/ourio#1afffffe2424f9c5923271ac764e950efbdde696", 11 - .hash = "ourio-0.0.0-_s-z0cALAgCdk4d-uZk0B07uX47Lf64fJDJ9L4Ejj3Rs", 10 + .url = "git+https://github.com/rockorager/ourio#54c1a1ed8d0994636770e5185ecdb59fe6d8535e", 11 + .hash = "ourio-0.0.0-_s-z0asOAgAhpi7gSpLLvWGj_4XURez4W9TWN6SGs5BP", 12 12 }, 13 13 .zeit = .{ 14 14 .url = "git+https://github.com/rockorager/zeit#4496d1c40b2223c22a1341e175fc2ecd94cc0de9",