Skip to content

Commit 95aa01d

Browse files
committed
chore: update swift-standards dependency to 0.4.0
1 parent e53acc3 commit 95aa01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
.library(name: .rfc1035, targets: [.rfc1035])
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/swift-standards/swift-standards.git", from: "0.1.0"),
27+
.package(url: "https://github.com/swift-standards/swift-standards.git", from: "0.4.0"),
2828
.package(url: "https://github.com/swift-standards/swift-incits-4-1986.git", from: "0.4.0"),
2929
],
3030
targets: [

0 commit comments

Comments
 (0)