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 69f4bc0 commit 720129bCopy full SHA for 720129b
README.md
@@ -220,7 +220,7 @@ it's as simple as adding it to your `Package.swift`:
220
221
``` swift
222
dependencies: [
223
- .package(url: "https://github.com/pointfreeco/swift-structured-queries", from: "0.4.0"),
+ .package(url: "https://github.com/pointfreeco/swift-structured-queries", from: "0.17.0"),
224
]
225
```
226
@@ -239,7 +239,7 @@ _via_ [Tagged](https://github.com/pointfreeco/swift-tagged) by enabling the
239
240
.package(
241
url: "https://github.com/pointfreeco/swift-structured-queries",
242
- from: "0.1.0",
+ from: "0.17.0",
243
+ traits: [
244
+ "StructuredQueriesTagged",
245
+ ]
0 commit comments