We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6909a6f commit f99af90Copy full SHA for f99af90
1 file changed
Sources/GoodStructs/Version.swift
@@ -277,7 +277,7 @@ public struct VersionParseStrategy: ParseStrategy {
277
278
@available(iOS 16.0, *)
279
@available(macOS 13.0, *)
280
-struct VersionFormatStyle: ParseableFormatStyle {
+public struct VersionFormatStyle: ParseableFormatStyle {
281
282
public typealias Strategy = VersionParseStrategy
283
public typealias FormatInput = Version
0 commit comments