File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ extension String {
99
1010extension Target . Dependency {
1111 static var rfc1123 : Self { . target( name: . rfc1123) }
12+ static var rfc1035 : Self { . product( name: " RFC_1035 " , package : " swift-rfc-1035 " ) }
1213}
1314
1415let package = Package (
@@ -21,14 +22,13 @@ let package = Package(
2122 . library( name: . rfc1123, targets: [ . rfc1123] ) ,
2223 ] ,
2324 dependencies: [
24- // Add RFC dependencies here as needed
25- // .package(url: "https://github.com/swift-web-standards/swift-rfc-1123.git", branch: "main"),
25+ . package ( url: " https://github.com/swift-web-standards/swift-rfc-1035.git " , branch: " main " ) ,
2626 ] ,
2727 targets: [
2828 . target(
2929 name: . rfc1123,
3030 dependencies: [
31- // Add target dependencies here
31+ . rfc1035
3232 ]
3333 ) ,
3434 . testTarget(
You can’t perform that action at this time.
0 commit comments