Skip to content

Commit f64b450

Browse files
committed
chore: update dependencies for Serializable rename
- swift-rfc-1035: 0.1.0 → 0.3.0 - swift-standards: 0.1.0 → 0.4.0 - swift-incits-4-1986: 0.3.0 → 0.4.1
1 parent 6b3204f commit f64b450

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
@@ -25,9 +25,9 @@ let package = Package(
2525
.library(name: .rfc1123, targets: [.rfc1123])
2626
],
2727
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"),
28+
.package(url: "https://github.com/swift-standards/swift-rfc-1035", from: "0.3.0"),
29+
.package(url: "https://github.com/swift-standards/swift-standards.git", from: "0.4.0"),
30+
.package(url: "https://github.com/swift-standards/swift-incits-4-1986.git", from: "0.4.1"),
3131
],
3232
targets: [
3333
.target(

0 commit comments

Comments
 (0)