We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9048ff1 commit 727b6d8Copy full SHA for 727b6d8
Sources/SemanticVersion/SemanticVersion+Codable.swift
@@ -38,7 +38,7 @@ extension JSONDecoder {
38
}
39
40
41
-private extension [CodingUserInfoKey: Any] {
+private extension Dictionary where Key == CodingUserInfoKey, Value == Any {
42
var semanticDecodingStrategy: SemanticVersionStrategy {
43
get {
44
(self[.semanticVersionStrategy] as? SemanticVersionStrategy) ?? .defaultCodable
0 commit comments