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 e36920e commit af6b915Copy full SHA for af6b915
README.md
@@ -78,7 +78,7 @@ import PackageDescription
78
let package = Package(
79
name: "MyServer",
80
dependencies: [
81
- .Package(url: "https://github.com/httpswift/swifter.git", majorVersion: 1)
+ .package(url: "https://github.com/httpswift/swifter.git", from: "1.0.0")
82
]
83
)
84
```
0 commit comments