Skip to content

Commit 1863cc9

Browse files
authored
Drop support for Swift 5.5 (#172)
* Drop support for Swift 5.5 This patch drops support for Swift 5.5. * Drop LinuxMain.swift
1 parent 6d9c36b commit 1863cc9

File tree

4 files changed

+4
-38
lines changed

4 files changed

+4
-38
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.5
1+
// swift-tools-version:5.6
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the SwiftCrypto open source project

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,14 @@ If you believe you have identified a vulnerability in Swift Crypto, please [repo
108108

109109
### Swift versions
110110

111-
The most recent versions of Swift Crypto support Swift 5.5 and newer. The minimum Swift version supported by Swift Crypto releases are detailed below:
111+
The most recent versions of Swift Crypto support Swift 5.6 and newer. The minimum Swift version supported by Swift Crypto releases are detailed below:
112112

113113
Swift Crypto | Minimum Swift Version
114114
------------------|----------------------
115115
`2.0.0 ..< 2.1.0` | 5.2
116116
`2.1.0 ..< 2.2.0` | 5.4
117-
`2.2.0 ...` | 5.5
117+
`2.2.0 ..< 2.4.2` | 5.5
118+
`2.4.2 ...` | 5.6
118119

119120
### Compatibility
120121

Tests/LinuxMain.swift

Lines changed: 0 additions & 14 deletions
This file was deleted.

docker/docker-compose.2004.55.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)