Skip to content

Commit 6f03d9d

Browse files
committed
chore: update RFC dependencies to 0.1.0
1 parent 9830d57 commit 6f03d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ let package = Package(
2424
.library(name: .domain, targets: [.domain])
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/swift-standards/swift-rfc-1035", from: "0.0.1"),
28-
.package(url: "https://github.com/swift-standards/swift-rfc-1123", from: "0.0.1"),
29-
.package(url: "https://github.com/swift-standards/swift-rfc-5321", from: "0.0.1")
27+
.package(url: "https://github.com/swift-standards/swift-rfc-1035", from: "0.1.0"),
28+
.package(url: "https://github.com/swift-standards/swift-rfc-1123", from: "0.1.0"),
29+
.package(url: "https://github.com/swift-standards/swift-rfc-5321", from: "0.1.0")
3030
],
3131
targets: [
3232
.target(

0 commit comments

Comments
 (0)