There was an error while loading. Please reload this page.
1 parent aa3a7f1 commit bf008b2Copy full SHA for bf008b2
1 file changed
Package.swift
@@ -35,7 +35,7 @@ let package = Package(
35
.package(url: "https://github.com/apple/swift-certificates.git", from: "1.19.3"),
36
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.22.0"),
37
.package(url: "https://github.com/apple/swift-nio-quic-helpers.git", .upToNextMinor(from: "0.1.0")),
38
- .package(url: "https://github.com/apple/swift-nio-quic.git", .upToNextMinor(from: "0.2.0")),
+ .package(url: "https://github.com/apple/swift-nio-quic.git", branch: "main"),
39
],
40
targets: [
41
.target(
0 commit comments