Skip to content

Commit 0d64887

Browse files
coenttbclaude
andcommitted
Update dependencies to use semantic versioning
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 29ca93f commit 0d64887

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
@@ -23,8 +23,8 @@ let package = Package(
2323
.library(name: .rfc5322, targets: [.rfc5322]),
2424
],
2525
dependencies: [
26-
.package(url: "https://github.com/swift-web-standards/swift-rfc-1123.git", branch: "main"),
27-
.package(url: "https://github.com/swift-web-standards/swift-rfc-5321.git", branch: "main"),
26+
.package(url: "https://github.com/swift-web-standards/swift-rfc-1123.git", from: "0.0.1"),
27+
.package(url: "https://github.com/swift-web-standards/swift-rfc-5321.git", from: "0.0.1"),
2828
],
2929
targets: [
3030
.target(

0 commit comments

Comments
 (0)