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 f75f3fa commit 8bf91d0Copy full SHA for 8bf91d0
Package.swift
@@ -26,9 +26,9 @@ let package = Package(
26
.library(name: .rfc1123, targets: [.rfc1123])
27
],
28
dependencies: [
29
- .package(url: "https://github.com/swift-standards/swift-rfc-1035", from: "0.4.2"),
+ .package(url: "https://github.com/swift-standards/swift-rfc-1035", from: "0.4.3"),
30
.package(url: "https://github.com/swift-standards/swift-standards", from: "0.10.0"),
31
- .package(url: "https://github.com/swift-standards/swift-incits-4-1986", from: "0.6.2"),
+ .package(url: "https://github.com/swift-standards/swift-incits-4-1986", from: "0.6.3"),
32
33
targets: [
34
.target(
0 commit comments