File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ let package = Package(
17
17
dependencies: [
18
18
. package ( url: " https://github.com/apple/swift-nio.git " , . upToNextMajor( from: " 2.17.0 " ) ) ,
19
19
. package ( url: " https://github.com/apple/swift-log.git " , . upToNextMajor( from: " 1.0.0 " ) ) ,
20
- // .package(url: "https://github.com/slashmo /gsoc-swift-baggage-context.git", .branch("main ")),
21
- . package ( name: " swift-context " , path: " /Users/ktoso/code/gsoc-swift-baggage-context " ) ,
20
+ . package ( url: " https://github.com/ktoso /gsoc-swift-baggage-context.git " , . branch( " ktoso:simple-is-good-proposal " ) ) , // TODO: use main once merged
21
+ // .package(name: "swift-context", path: "/Users/ktoso/code/gsoc-swift-baggage-context"), // TODO: remove development dep
22
22
. package ( url: " https://github.com/swift-server/swift-backtrace.git " , . upToNextMajor( from: " 1.1.0 " ) ) ,
23
23
] ,
24
24
targets: [
You can’t perform that action at this time.
0 commit comments