Skip to content

Commit

Permalink
Fix warnings, that appeared after requiring Swift 5.4 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfett authored Apr 21, 2022
1 parent 10fe9dc commit b0591e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let package = Package(
.product(name: "Crypto", package: "swift-crypto"),
]
),
.target(
.executableTarget(
name: "NIOSSHClient",
dependencies: [
"NIOSSH",
Expand All @@ -49,7 +49,7 @@ let package = Package(
.product(name: "NIOConcurrencyHelpers", package: "swift-nio"),
]
),
.target(
.executableTarget(
name: "NIOSSHServer",
dependencies: [
"NIOSSH",
Expand All @@ -59,7 +59,7 @@ let package = Package(
.product(name: "Crypto", package: "swift-crypto"),
]
),
.target(
.executableTarget(
name: "NIOSSHPerformanceTester",
dependencies: [
"NIOSSH",
Expand Down

0 comments on commit b0591e4

Please sign in to comment.