Skip to content

Commit 069522d

Browse files
committed
Use forked NIO with channel baggage 📦
1 parent 0285cc4 commit 069522d

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
@@ -14,7 +14,7 @@ let package = Package(
1414
url: "https://github.com/slashmo/gsoc-swift-baggage-context.git",
1515
from: "0.5.0"
1616
),
17-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.17.0"),
17+
.package(url: "https://github.com/slashmo/swift-nio.git", .branch("feature/baggage-context")),
1818
],
1919
targets: [
2020
// ==== --------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)