Skip to content

Commit 76d1b43

Browse files
authored
fix: pin smithy and crt versions in 0.2.6 (#635)
1 parent eea9a9a commit 76d1b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ let package = Package(
320320
.library(name: "AWSXRay", targets: ["AWSXRay"]),
321321
],
322322
dependencies: [
323-
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.2.2"),
324-
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", from: "0.2.5")
323+
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", .exact("0.2.2")),
324+
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", .exact("0.2.5"))
325325
],
326326
targets: [
327327
.target(

0 commit comments

Comments
 (0)