Skip to content

Commit 5593504

Browse files
committed
Pin to ClientRuntime 0.1.4
1 parent fbce50d commit 5593504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ let package = Package(
310310
],
311311
dependencies: [
312312
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", .exact("0.1.1")),
313-
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", .exact("0.1.3"))
313+
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", .exact("0.1.4"))
314314
],
315315
targets: [
316316
.target(

0 commit comments

Comments
 (0)