Skip to content

Commit f412e57

Browse files
committed
fix: pin smithy and crt versions in 0.3.0 (#637)
1 parent 9fd58e6 commit f412e57

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
@@ -327,8 +327,8 @@ let package = Package(
327327
.library(name: "AWSXRay", targets: ["AWSXRay"]),
328328
],
329329
dependencies: [
330-
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.2.2"),
331-
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", from: "0.3.0")
330+
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", .exact("0.2.2")),
331+
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", .exact("0.3.0"))
332332
],
333333
targets: [
334334
.target(

0 commit comments

Comments
 (0)