Skip to content

Commit

Permalink
Merge pull request #114 from giginet/swift5.10
Browse files Browse the repository at this point in the history
Support stable Swift 5.10
  • Loading branch information
giginet authored Mar 11, 2024
2 parents b62d108 + e8a2fef commit 55aec8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-package-manager.git",
revision: "swift-5.10-DEVELOPMENT-SNAPSHOT-2024-01-25-a"),
revision: "swift-5.10-RELEASE"),
.package(url: "https://github.com/apple/swift-log.git",
.upToNextMinor(from: "1.4.2")),
.package(url: "https://github.com/apple/swift-collections",
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ Currently, we support Swift 5.8, 5.9, and 5.10.

Swift 5.8 support will be dropped in the future.

| | Xcode | Swift |
|----|--------------|-------|
|| 15.3(Beta 1) | 5.10 |
|| 15.0<=15.2 | 5.9 |
|| 14.3 | 5.8 |
| | Xcode | Swift |
|----|------------|-------|
|| 15.3 | 5.10 |
|| 15.0<=15.2 | 5.9 |
|| 14.3 | 5.8 |

## Reliability

Expand Down

0 comments on commit 55aec8c

Please sign in to comment.