Skip to content

Commit

Permalink
Fix minimum nio version to use async FileIO (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidepelican committed Apr 7, 2024
1 parent 14795f2 commit 36151e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-metrics.git", "1.0.0"..<"3.0.0"),
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.0.1"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.62.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.63.0"),
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.20.0"),
.package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.28.0"),
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.0"),
Expand Down

0 comments on commit 36151e4

Please sign in to comment.