Skip to content

Commit e0e97f9

Browse files
committed
link to real deps
1 parent 0005639 commit e0e97f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let package = Package(
2020
dependencies: [
2121
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.17.0")),
2222
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.0.0")),
23-
// .package(url: "https://github.com/slashmo/gsoc-swift-baggage-context.git", .branch("main")),
24-
.package(name: "swift-context", path: "/Users/ktoso/code/gsoc-swift-baggage-context"),
23+
.package(url: "https://github.com/ktoso/gsoc-swift-baggage-context.git", .branch("ktoso:simple-is-good-proposal")), // TODO: use main once merged
24+
// .package(name: "swift-context", path: "/Users/ktoso/code/gsoc-swift-baggage-context"), // TODO: remove development dep
2525
.package(url: "https://github.com/swift-server/swift-backtrace.git", .upToNextMajor(from: "1.1.0")),
2626
],
2727
targets: [

0 commit comments

Comments
 (0)