File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ let package = Package(
2626 . library( name: . emailAddress, targets: [ . emailAddress] )
2727 ] ,
2828 dependencies: [
29- . package ( url: " https://github.com/swift-standards/swift-rfc-2822 " , from: " 0.0.1 " ) ,
30- . package ( url: " https://github.com/swift-standards/swift-rfc-5321 " , from: " 0.0.1 " ) ,
31- . package ( url: " https://github.com/swift-standards/swift-rfc-5322 " , from: " 0.0.1 " ) ,
32- . package ( url: " https://github.com/swift-standards/swift-rfc-6531 " , from: " 0.0.1 " ) ,
33- . package ( url: " https://github.com/coenttb /swift-domain-type " , from: " 0.0.1 " )
29+ . package ( url: " https://github.com/swift-standards/swift-rfc-2822 " , from: " 0.1.0 " ) ,
30+ . package ( url: " https://github.com/swift-standards/swift-rfc-5321 " , from: " 0.1.0 " ) ,
31+ . package ( url: " https://github.com/swift-standards/swift-rfc-5322 " , from: " 0.1.0 " ) ,
32+ . package ( url: " https://github.com/swift-standards/swift-rfc-6531 " , from: " 0.1.0 " ) ,
33+ . package ( url: " https://github.com/swift-standards /swift-domain-type " , from: " 0.1.0 " )
3434 ] ,
3535 targets: [
3636 . target(
You can’t perform that action at this time.
0 commit comments