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 @@ -20,8 +20,8 @@ let package = Package(
20
20
dependencies: [
21
21
. package ( url: " https://github.com/apple/swift-nio.git " , . upToNextMajor( from: " 2.17.0 " ) ) ,
22
22
. 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
25
25
. package ( url: " https://github.com/swift-server/swift-backtrace.git " , . upToNextMajor( from: " 1.1.0 " ) ) ,
26
26
] ,
27
27
targets: [
You can’t perform that action at this time.
0 commit comments