Skip to content

Commit c0d2835

Browse files
committed
Update min version information.
5.2 has been out a while so update the docs accordingly. Also remove the .v3 in Package.swift, we remove that support a while ago.
1 parent 05cb934 commit c0d2835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ let package = Package(
3131
.testTarget(name: "SwiftProtobufPluginLibraryTests",
3232
dependencies: ["SwiftProtobufPluginLibrary"]),
3333
],
34-
swiftLanguageVersions: [.v3, .v4, .v4_2, .version("5")]
34+
swiftLanguageVersions: [.v4, .v4_2, .version("5")]
3535
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ your project as explained below.
9292

9393
To use Swift with Protocol buffers, you'll need:
9494

95-
* A Swift 4.0 or later compiler (Xcode 9.1 or later). Support is included
95+
* A Swift 4.2 or later compiler (Xcode 10.0 or later). Support is included
9696
for the Swift Package Manager; or using the included Xcode project. The Swift
9797
protobuf project is being developed and tested against the latest release
9898
version of Swift available from [Swift.org](https://swift.org)

0 commit comments

Comments
 (0)