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 e66935d commit 4c55971Copy full SHA for 4c55971
Package.swift
@@ -17,8 +17,8 @@ let package = Package(
17
)
18
],
19
dependencies: [
20
- .package(path: "../swift-rfc-2045"),
21
- .package(path: "../swift-rfc-2046")
+ .package(url: "https://github.com/swift-standards/swift-rfc-2045", branch: "main"),
+ .package(url: "https://github.com/swift-standards/swift-rfc-2046", branch: "main")
22
23
targets: [
24
.target(
0 commit comments