async-http-client version 1.0.0
This commit is contained in:
parent
014022b373
commit
5b60d77978
|
@ -1,5 +1,6 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/.build
|
/.build
|
||||||
|
/.swiftpm
|
||||||
/Packages
|
/Packages
|
||||||
/*.xcodeproj
|
/*.xcodeproj
|
||||||
Package.resolved
|
Package.resolved
|
||||||
|
|
|
@ -11,7 +11,7 @@ let package = Package(
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.0.0")),
|
.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: [
|
targets: [
|
||||||
.target(name: "AWSSigner", dependencies: ["NIOHTTP1"]),
|
.target(name: "AWSSigner", dependencies: ["NIOHTTP1"]),
|
||||||
|
|
Loading…
Reference in New Issue