std.Target: Bump minimum NetBSD version to 9.4.

Per: https://www.netbsd.org/releases
This commit is contained in:
Alex Rønne Petersen 2025-04-06 07:47:36 +02:00
parent b22d53a5e7
commit a88db11c2a
No known key found for this signature in database

View File

@ -512,7 +512,7 @@ pub const Os = struct {
},
.netbsd => .{
.semver = .{
.min = .{ .major = 8, .minor = 0, .patch = 0 },
.min = .{ .major = 9, .minor = 4, .patch = 0 },
.max = .{ .major = 10, .minor = 1, .patch = 0 },
},
},