Skip to content

Commit 0036a89

Browse files
authored
Drop Swift 5.2 and 5.3 support (vapor#287)
SwiftNIO has dropped support for Swift 5.2 and 5.3. apple/swift-nio#2080 We should do the same.
1 parent 40b9f99 commit 0036a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.4
22
import PackageDescription
33

44
let package = Package(

0 commit comments

Comments
 (0)