Skip to content

Commit a240027

Browse files
committed
Use fixed MicroExpress NIO 2 (0.5.2)
... was still b0rked.
1 parent 70dae45 commit a240027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
.package(url: "https://github.com/apple/swift-nio-http2.git",
1616
from: "1.0.1"),
1717
.package(url: "https://github.com/NozeIO/MicroExpress.git",
18-
from: "0.5.1"),
18+
from: "0.5.2"),
1919
.package(url: "https://github.com/SwiftNIOExtras/swift-nio-redis.git",
2020
from: "0.10.0"),
2121
.package(url: "https://github.com/SwiftNIOExtras/swift-nio-irc.git",

templates/Project Templates/Server/Swift NIO 2.xctemplate/TemplateInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ server.listenAndWait()</string>
585585
<key>Nodes</key>
586586
<array>
587587
<string>Package.swift:spmpackagedecl:deps:SwiftNIOMicroExpress(url: "https://github.com/NozeIO/MicroExpress.git",
588-
from: "0.5.0")</string>
588+
from: "0.5.2")</string>
589589
<string>Package.swift:spmpackagedecl:targets:default:MicroExpress</string>
590590
<string>Sources/___PACKAGENAME___/main.swift:imports:import:MicroExpress</string>
591591
<string>Sources/___PACKAGENAME___/templates/index.mustache</string>

0 commit comments

Comments
 (0)