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 bcba1a4 commit 66b74c4Copy full SHA for 66b74c4
Package.swift
@@ -14,7 +14,7 @@ let package = Package(
14
.library(name: "RFC 5321", targets: ["RFC 5321"]),
15
],
16
dependencies: [
17
- .package(url: "https://github.com/swift-standards/swift-incits-4-1986.git", from: "0.0.1"),
+ .package(url: "https://github.com/swift-standards/swift-incits-4-1986.git", from: "0.1.0"),
18
.package(url: "https://github.com/swift-standards/swift-rfc-1123.git", from: "0.0.1")
19
20
targets: [
0 commit comments