Skip to content

Commit 83d574f

Browse files
committed
Tie SwiftNIO1 image to NIO1
Requires a specific MicroExpress branch, because MicroExpress itself works with both, NIO1 and NIO2. We'll do a separate image for NIO2.
1 parent b6ba528 commit 83d574f

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
@@ -13,7 +13,7 @@ let package = Package(
1313
.package(url: "https://github.com/apple/swift-nio-ssl.git",
1414
from: "1.4.0"),
1515
.package(url: "https://github.com/NozeIO/MicroExpress.git",
16-
from: "0.4.8"),
16+
"0.4.0"..<"0.5.0"),
1717
.package(url: "https://github.com/SwiftNIOExtras/swift-nio-redis.git",
1818
from: "0.9.0"),
1919
.package(url: "https://github.com/SwiftNIOExtras/swift-nio-irc.git",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ server.listenAndWait()</string>
549549
<key>Nodes</key>
550550
<array>
551551
<string>Package.swift:spmpackagedecl:deps:SwiftNIOMicroExpress(url: "https://github.com/NozeIO/MicroExpress.git",
552-
from: "0.4.5")</string>
552+
"0.4.5"..<"0.5.0")</string>
553553
<string>Package.swift:spmpackagedecl:targets:default:MicroExpress</string>
554554
<string>Sources/___PACKAGENAME___/main.swift:imports:import:MicroExpress</string>
555555
<string>Sources/___PACKAGENAME___/templates/index.mustache</string>

0 commit comments

Comments
 (0)