We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71eb87 commit 1283d30Copy full SHA for 1283d30
Package.swift
@@ -38,7 +38,7 @@ let package = Package(
38
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.20.0"),
39
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0"),
40
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"),
41
- .package(url: "https://github.com/apple/swift-configuration.git", from: "0.1.1"),
+ .package(url: "https://github.com/apple/swift-configuration.git", .upToNextMinor(from: "0.1.1")),
42
],
43
targets: [
44
.target(
0 commit comments