ls but with io_uring

build: generate dev version strings better

rockorager.dev 8e3319ec 432b7965

verified
+2
+2
build.zig
··· 82 "-C", 83 b.build_root.path orelse ".", 84 "describe", 85 "--tags", 86 "--abbrev=9", 87 }, &code, .Ignore) catch {
··· 82 "-C", 83 b.build_root.path orelse ".", 84 "describe", 85 + "--match", 86 + "*.*.*", 87 "--tags", 88 "--abbrev=9", 89 }, &code, .Ignore) catch {