Skip to content

Commit 4281466

Browse files
authored
Remove temporary shims (#514)
Motivation: We added a couple of shims which were upstreamed to swift-nio and were released in 2.82.0. Modifications: - Bump minimum verison of swift-nio - Remove shims Result: Less code
1 parent 31d5bdb commit 4281466

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let package = Package(
3939
.library(name: "NIOHTTP2", targets: ["NIOHTTP2"])
4040
],
4141
dependencies: [
42-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
42+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.82.0"),
4343
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.2"),
4444
],
4545
targets: [

Sources/NIOHTTP2/NIOIsolatedEventLoop+MakeFuture.swift

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)