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 221a6ff commit 193028cCopy full SHA for 193028c
README.md
@@ -59,7 +59,10 @@ https://github.com/CuriositySoftware/swift-fatal-test-value
59
If you are using Package.swift add:
60
61
```swift
62
-.package(url: "https://github.com/CuriositySoftware/swift-fatal-test-value/", from: "1.0.0")
+.package(
63
+ url: "https://github.com/CuriositySoftware/swift-fatal-test-value/",
64
+ .upToNextMajor(from: "1.0.0")
65
+)
66
```
67
68
and then add the product to any target that needs access to the macro:
0 commit comments