Fixing unpredictable PA failure issue.

This commit is contained in:
Rockford Wei 2018-05-31 14:25:14 -04:00
parent 0349fd1d62
commit 1f1f94c78c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import PackageDescription
let package = Package(name: "PerfectMustache",
products: [.library(name: "PerfectMustache",targets: ["PerfectMustache"]),],
dependencies: [
.package(url: "https://github.com/PerfectlySoft/Perfect-HTTP.git", .branch("master")),
.package(url: "https://github.com/PerfectlySoft/Perfect-HTTP.git", from: "3.0.0"),
],
targets: [
.target(

View File

@ -48,7 +48,7 @@ This package is designed to work along with [Perfect](https://github.com/Perfect
To start, add this project as a dependency in your Package.swift file.
```swift
.package(url: "https://github.com/PerfectlySoft/Perfect-Mustache.git", .branch("master"))
.package(url: "https://github.com/PerfectlySoft/Perfect-Mustache.git", from: "3.0.0")
```
Basic usage: