Skip to content

Commit 6f898ee

Browse files
committed
upToNextMajor'd swift-nio dependency
1 parent 4f85200 commit 6f898ee

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
@@ -35,7 +35,7 @@ let package = Package(
3535
.package(url: "https://github.com/swift-libp2p/swift-libp2p.git", .upToNextMinor(from: "0.2.0")),
3636

3737
// NIO Test Utils
38-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
38+
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.0.0")),
3939

4040
],
4141
targets: [

0 commit comments

Comments
 (0)