async-http-client version 1.0.0

This commit is contained in:
Adam Fowler 2019-11-06 10:20:25 +00:00
parent 014022b373
commit 5b60d77978
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store
/.build
/.swiftpm
/Packages
/*.xcodeproj
Package.resolved

View File

@ -11,7 +11,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/swift-server/async-http-client", .upToNextMajor(from: "1.0.0-alpha.1"))
.package(url: "https://github.com/swift-server/async-http-client", .upToNextMajor(from: "1.0.0"))
],
targets: [
.target(name: "AWSSigner", dependencies: ["NIOHTTP1"]),