We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f85200 commit 6f898eeCopy full SHA for 6f898ee
Package.swift
@@ -35,7 +35,7 @@ let package = Package(
35
.package(url: "https://github.com/swift-libp2p/swift-libp2p.git", .upToNextMinor(from: "0.2.0")),
36
37
// NIO Test Utils
38
- .package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
+ .package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.0.0")),
39
40
],
41
targets: [
0 commit comments