Skip to content

Commit b06e2f1

Browse files
committed
pin to swift-nio v1
1 parent f78953c commit b06e2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
.executable(name: "SwiftAwsLambdaCodableSample", targets: ["SwiftAwsLambdaCodableSample"]),
2020
],
2121
dependencies: [
22-
.package(url: "https://github.com/apple/swift-nio.git", .branch("master")),
22+
.package(url: "https://github.com/apple/swift-nio.git", from: "1.0.0"),
2323
],
2424
targets: targets
2525
)

0 commit comments

Comments
 (0)