async-http-client version 1.0.0
This commit is contained in:
parent
014022b373
commit
5b60d77978
|
@ -1,5 +1,6 @@
|
|||
.DS_Store
|
||||
/.build
|
||||
/.swiftpm
|
||||
/Packages
|
||||
/*.xcodeproj
|
||||
Package.resolved
|
||||
|
|
|
@ -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"]),
|
||||
|
|
Loading…
Reference in New Issue