Skip to content

Commit 335dea0

Browse files
SE-0514: Update 6.3 to 6.4 availability (#3141)
1 parent c614ba0 commit 335dea0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

proposals/0514-hashable-conformance-for-dictionarykeys-collectionofone-emptycollection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extension Dictionary.Keys {
5757
}
5858
}
5959

60-
@available(SwiftStdlib 6.3, *)
60+
@available(SwiftStdlib 6.4, *)
6161
extension Dictionary.Keys: Hashable {}
6262
```
6363

@@ -100,10 +100,10 @@ extension CollectionOfOne where Element: Hashable {
100100
}
101101
}
102102

103-
@available(SwiftStdlib 6.3, *)
103+
@available(SwiftStdlib 6.4, *)
104104
extension CollectionOfOne: Equatable where Element: Equatable {}
105105

106-
@available(SwiftStdlib 6.3, *)
106+
@available(SwiftStdlib 6.4, *)
107107
extension CollectionOfOne: Hashable where Element: Hashable {}
108108
```
109109

@@ -126,7 +126,7 @@ extension EmptyCollection {
126126
}
127127
}
128128

129-
@available(SwiftStdlib 6.3, *)
129+
@available(SwiftStdlib 6.4, *)
130130
extension EmptyCollection: Hashable {}
131131
```
132132

0 commit comments

Comments
 (0)