Skip to content

Commit c280d76

Browse files
committed
require IORingSwift >= 1.0.0
1 parent 06dab4e commit c280d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let PlatformTargets: [Target]
2222
let SwiftLanguageVersionSetting: [SwiftSetting]
2323

2424
#if os(Linux)
25-
PlatformPackageDependencies = [.package(url: "https://github.com/PADL/IORingSwift", from: "0.9.2")]
25+
PlatformPackageDependencies = [.package(url: "https://github.com/PADL/IORingSwift", from: "1.0.0")]
2626

2727
PlatformTargetDependencies = [
2828
.target(

0 commit comments

Comments
 (0)