Skip to content

Commit 519703d

Browse files
authored
chore: Remove unneeded CRT dependency from SmithyHTTPClientAPI (#1004)
1 parent 16e97a3 commit 519703d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ let package = Package(
9090
"Smithy",
9191
"SmithyHTTPAPI",
9292
"SmithyTelemetryAPI",
93-
.product(name: "AwsCommonRuntimeKit", package: "aws-crt-swift"),
9493
]
9594
),
9695
.target(

Sources/SmithyHTTPClientAPI/HttpClientConfiguration.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// SPDX-License-Identifier: Apache-2.0
66
//
77

8-
import AwsCommonRuntimeKit
98
import struct Foundation.TimeInterval
109
import enum Smithy.URIScheme
1110
import struct SmithyHTTPAPI.Headers

0 commit comments

Comments
 (0)