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 6b3204f commit f64b450Copy full SHA for f64b450
Package.swift
@@ -25,9 +25,9 @@ let package = Package(
25
.library(name: .rfc1123, targets: [.rfc1123])
26
],
27
dependencies: [
28
- .package(url: "https://github.com/swift-standards/swift-rfc-1035", from: "0.1.0"),
29
- .package(url: "https://github.com/swift-standards/swift-standards.git", from: "0.1.0"),
30
- .package(url: "https://github.com/swift-standards/swift-incits-4-1986.git", from: "0.3.0"),
+ .package(url: "https://github.com/swift-standards/swift-rfc-1035", from: "0.3.0"),
+ .package(url: "https://github.com/swift-standards/swift-standards.git", from: "0.4.0"),
+ .package(url: "https://github.com/swift-standards/swift-incits-4-1986.git", from: "0.4.1"),
31
32
targets: [
33
.target(
0 commit comments