We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 221a6ff + e2ec21c commit 6d5706cCopy full SHA for 6d5706c
README.md
@@ -59,12 +59,18 @@ 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:
69
70
-.product(name: "FatalTestValue", package: "swift-fatal-test-value"),
71
+.product(
72
+ name: "FatalTestValue",
73
+ package: "swift-fatal-test-value"
74
75
76
0 commit comments