| author | |
| committer | |
| log | c2ba6127c0008b402ff593d5223652091fe0ccbb |
| tree | 40f4fc184e10af0747c8ee53bd2aed59349b67c9 |
| parent | 7d71e794dd22e4c2a38d3aafd4fc604b36d2ac5e |
| signature |
Until we actually figure out a version range for this, we shouldn't classify
this as using semver. Doing so results in a panic when trying to access the
version range since it's not in fact a semver value.1 files changed, 3 insertions(+), 1 deletions(-)
lib/std/Target.zig+3-1| ... | @@ -189,7 +189,9 @@ pub const Os = struct { | ... | @@ -189,7 +189,9 @@ pub const Os = struct { |
| 189 | .other, | 189 | .other, |
| 190 | => .none, | 190 | => .none, |
| 191 | 191 | ||
| 192 | .bridgeos, | 192 | // This should use semver once we determine the version history. |
| 193 | .bridgeos => .none, | ||
| 194 | |||
| 193 | .driverkit, | 195 | .driverkit, |
| 194 | .freebsd, | 196 | .freebsd, |
| 195 | .macos, | 197 | .macos, |