File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/Project Templates/Server/Swift NIO.xctemplate Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ let package = Package(
13
13
. package ( url: " https://github.com/apple/swift-nio-ssl.git " ,
14
14
from: " 1.4.0 " ) ,
15
15
. package ( url: " https://github.com/NozeIO/MicroExpress.git " ,
16
- from : " 0.4.8 " ) ,
16
+ " 0.4.0 " ..< " 0.5.0 " ) ,
17
17
. package ( url: " https://github.com/SwiftNIOExtras/swift-nio-redis.git " ,
18
18
from: " 0.9.0 " ) ,
19
19
. package ( url: " https://github.com/SwiftNIOExtras/swift-nio-irc.git " ,
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ server.listenAndWait()</string>
549
549
<key >Nodes </key >
550
550
<array >
551
551
<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 >
553
553
<string >Package.swift:spmpackagedecl:targets:default:MicroExpress </string >
554
554
<string >Sources/___PACKAGENAME___/main.swift:imports:import:MicroExpress </string >
555
555
<string >Sources/___PACKAGENAME___/templates/index.mustache </string >
You can’t perform that action at this time.
0 commit comments