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 0285cc4 commit 069522dCopy full SHA for 069522d
Package.swift
@@ -14,7 +14,7 @@ let package = Package(
14
url: "https://github.com/slashmo/gsoc-swift-baggage-context.git",
15
from: "0.5.0"
16
),
17
- .package(url: "https://github.com/apple/swift-nio.git", from: "2.17.0"),
+ .package(url: "https://github.com/slashmo/swift-nio.git", .branch("feature/baggage-context")),
18
],
19
targets: [
20
// ==== --------------------------------------------------------------------------------------------------------
0 commit comments