Skip to content

Commit a66a7e4

Browse files
committed
fix: add direct swift-rfc-5322 dependency to force version 0.4.0
Work around CI cache issues by explicitly depending on swift-rfc-5322 0.4.0.
1 parent be57940 commit a66a7e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ let package = Package(
2020
.package(url: "https://github.com/swift-standards/swift-ieee-754", from: "0.1.0"),
2121
.package(url: "https://github.com/swift-standards/swift-rfc-2045", from: "0.1.0"),
2222
.package(url: "https://github.com/swift-standards/swift-rfc-2046", from: "0.1.0"),
23-
.package(url: "https://github.com/swift-standards/swift-rfc-2183", from: "0.3.0")
23+
.package(url: "https://github.com/swift-standards/swift-rfc-2183", from: "0.3.0"),
24+
.package(url: "https://github.com/swift-standards/swift-rfc-5322", from: "0.4.0"),
2425
],
2526
targets: [
2627
.target(

0 commit comments

Comments
 (0)