We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d066e commit ab6163bCopy full SHA for ab6163b
README.md
@@ -8,7 +8,7 @@ Add the following dependency clause to your Package.swift:
8
9
```swift
10
dependencies: [
11
- .package(url: "https://github.com/apple/swift-http-types.git", from: "0.1.0")
+ .package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0")
12
]
13
```
14
0 commit comments