Skip to content

Commit 102d91c

Browse files
authored
Merge pull request #9 from swift-server/1.0-alpha
Bump to v1.0.0 Alpha 1 of runtime
2 parents 96676c3 + 32b30c9 commit 102d91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.8
1+
// swift-tools-version: 5.9
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "OpenAPIHummingbird", targets: ["OpenAPIHummingbird"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-openapi-runtime", .upToNextMinor(from: "0.3.0")),
15+
.package(url: "https://github.com/apple/swift-openapi-runtime", exact: "1.0.0-alpha.1"),
1616
.package(url: "https://github.com/hummingbird-project/hummingbird", from: "1.8.3"),
1717
],
1818
targets: [

0 commit comments

Comments
 (0)