Skip to content

Commit 4c55971

Browse files
committed
chore: use remote dependencies for RFC 2045 and 2046
1 parent e66935d commit 4c55971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let package = Package(
1717
)
1818
],
1919
dependencies: [
20-
.package(path: "../swift-rfc-2045"),
21-
.package(path: "../swift-rfc-2046")
20+
.package(url: "https://github.com/swift-standards/swift-rfc-2045", branch: "main"),
21+
.package(url: "https://github.com/swift-standards/swift-rfc-2046", branch: "main")
2222
],
2323
targets: [
2424
.target(

0 commit comments

Comments
 (0)