Skip to content

Commit a03d511

Browse files
authored
Merge pull request #211 from chiragramani/fix_readme_manifest_tools_version
Fix Swift tools version in Readme
2 parents 92e77ef + 77572f0 commit a03d511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Its API is designed for performance critical applications. It uses value types a
1616
Add this repository to the `Package.swift` manifest of your project:
1717

1818
```swift
19-
// swift-tools-version:4.2
19+
// swift-tools-version:5.2
2020
import PackageDescription
2121

2222
let package = Package(

0 commit comments

Comments
 (0)