Skip to content

Commit 0051662

Browse files
committed
Remove an unneeded NIOFoundationCompat target dependency
1 parent b86f7ce commit 0051662

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎Package.swift‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ let package = Package(
3939
.product(name:"NIOPosix",package:"swift-nio"),
4040
.product(name:"NIOHTTP1",package:"swift-nio"),
4141
.product(name:"NIOConcurrencyHelpers",package:"swift-nio"),
42-
.product(name:"NIOFoundationCompat",package:"swift-nio"),
4342
.product(name:"NIOHTTP2",package:"swift-nio-http2"),
4443
.product(name:"NIOSSL",package:"swift-nio-ssl"),
4544
.product(name:"NIOHTTPCompression",package:"swift-nio-extras"),

[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ let package = Package(
3939
.product(name:"NIOPosix",package:"swift-nio"),
4040
.product(name:"NIOHTTP1",package:"swift-nio"),
4141
.product(name:"NIOConcurrencyHelpers",package:"swift-nio"),
42-
.product(name:"NIOFoundationCompat",package:"swift-nio"),
4342
.product(name:"NIOHTTP2",package:"swift-nio-http2"),
4443
.product(name:"NIOSSL",package:"swift-nio-ssl"),
4544
.product(name:"NIOHTTPCompression",package:"swift-nio-extras"),

0 commit comments

Comments
(0)