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 29ca93f commit 0d64887Copy full SHA for 0d64887
Package.swift
@@ -23,8 +23,8 @@ let package = Package(
23
.library(name: .rfc5322, targets: [.rfc5322]),
24
],
25
dependencies: [
26
- .package(url: "https://github.com/swift-web-standards/swift-rfc-1123.git", branch: "main"),
27
- .package(url: "https://github.com/swift-web-standards/swift-rfc-5321.git", branch: "main"),
+ .package(url: "https://github.com/swift-web-standards/swift-rfc-1123.git", from: "0.0.1"),
+ .package(url: "https://github.com/swift-web-standards/swift-rfc-5321.git", from: "0.0.1"),
28
29
targets: [
30
.target(
0 commit comments