Skip to content

Commit 08fcdfc

Browse files
authored
Change swift-http-api-proposal dependency to be up to next minor (#95)
Whilst in pre-release, we should depend on `swift-http-api-proposal` only up to the next declared minor.
1 parent c571f76 commit 08fcdfc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ let package = Package(
4848
.default(enabledTraits: ["Configuration"]),
4949
],
5050
dependencies: [
51-
.package(url: "https://github.com/apple/swift-http-api-proposal.git", from: "0.2.0"),
51+
.package(
52+
url: "https://github.com/apple/swift-http-api-proposal.git",
53+
.upToNextMinor(from: "0.2.0")
54+
),
5255
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.4.1"),
5356
.package(url: "https://github.com/apple/swift-certificates.git", from: "1.19.1"),
5457
.package(url: "https://github.com/apple/swift-log.git", from: "1.13.2"),

0 commit comments

Comments
 (0)