Skip to content

Commit e15e86d

Browse files
committed
Note updated Swift 5.7 requirement.
1 parent b73b14a commit e15e86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ After this, you should be able to `import Gtk` in your sources and use `swift bu
3333
Alternatively, you can manually download [run-gir2swift.sh](https://github.com/rhx/gir2swift/raw/main/run-gir2swift.sh ) and add `SwiftGtk` as a dependency to your `Package.swift` file, e.g.:
3434

3535
```Swift
36-
// swift-tools-version:5.6
36+
// swift-tools-version:5.7
3737

3838
import PackageDescription
3939

@@ -91,7 +91,7 @@ After that, use the (usual) Build and Test buttons to build/test this package.
9191

9292
## Prerequisites
9393

94-
### Swift 5.6 or higher
94+
### Swift 5.7 or higher
9595

9696
To build, download Swift from https://swift.org/download/ -- if you are using macOS, make sure you have the command line tools installed as well). Test that your compiler works using `swift --version`, which should give you something like
9797

0 commit comments

Comments
 (0)