tangled
alpha
login
or
join now
rockorager.dev
/
lsr
60
fork
atom
ls but with io_uring
60
fork
atom
overview
issues
9
pulls
1
pipelines
version 1.0
rockorager.dev
8 months ago
9bfcae0b
ddf92495
verified
This commit was signed with the committer's
known signature
.
rockorager.dev
SSH Key Fingerprint:
SHA256:qn/Fjy7CpbcogGEPB14Y53hLnQleZNFY9lkQnuudFLs=
+2
-2
2 changed files
expand all
collapse all
unified
split
build.zig
build.zig.zon
+1
-1
build.zig
···
2
2
const zzdoc = @import("zzdoc");
3
3
4
4
/// Must be kept in sync with git tags
5
5
-
const version: std.SemanticVersion = .{ .major = 0, .minor = 2, .patch = 0 };
5
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
3
-
.version = "0.2.0",
3
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",