Skip to content

Commit bf008b2

Browse files
committed
Temporarily use main
1 parent aa3a7f1 commit bf008b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let package = Package(
3535
.package(url: "https://github.com/apple/swift-certificates.git", from: "1.19.3"),
3636
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.22.0"),
3737
.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")),
38+
.package(url: "https://github.com/apple/swift-nio-quic.git", branch: "main"),
3939
],
4040
targets: [
4141
.target(

0 commit comments

Comments
 (0)