We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8159ac8 commit e3e0d1cCopy full SHA for e3e0d1c
README.md
@@ -16,7 +16,7 @@ A simple, extensible parser to to get a hierarchical list of symbols from swift
16
When using Swift Package Manager, add the following to your package dependencies in the `Package.swift` file:
17
18
```swift
19
- .package(url: "https://github.com/sdidla/Hatch.git", from: "<#latest swift-syntax tag#>")
+ .package(url: "https://github.com/sdidla/Hatch.git", from: "601.0.1")
20
```
21
22
## Releases
0 commit comments