Skip to content

Commit f0da567

Browse files
committed
Bumped minimum requirement to Swift 5.9
1 parent 1d2e08f commit f0da567

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.7
1+
5.9

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.7
1+
// swift-tools-version: 5.9
22
// (be sure to update the .swift-version file when this Swift version changes)
33

44
import PackageDescription

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Open Sound Control ([OSC](https://opensoundcontrol.stanford.edu)) library for ma
1010
- Convenient OSC message value type masking, validation and strong-typing
1111
- Modular: use the provided UDP network layer by default, or use your own
1212
- Support for custom OSC types
13-
- Supports Swift Concurrency
13+
- Supports Swift 6 strict concurrency
1414
- Fully unit tested
1515
- Full DocC documentation
1616

0 commit comments

Comments
 (0)