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 be57940 commit a66a7e4Copy full SHA for a66a7e4
Package.swift
@@ -20,7 +20,8 @@ let package = Package(
20
.package(url: "https://github.com/swift-standards/swift-ieee-754", from: "0.1.0"),
21
.package(url: "https://github.com/swift-standards/swift-rfc-2045", from: "0.1.0"),
22
.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")
+ .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"),
25
],
26
targets: [
27
.target(
0 commit comments