Skip to content

Commit fbce50d

Browse files
authored
fix: AWS Swift SDK can now pin to the version 0.1.3 (#549)
1 parent 38b749f commit fbce50d

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
@@ -309,8 +309,8 @@ let package = Package(
309309
.library(name: "AWSXRay", targets: ["AWSXRay"]),
310310
],
311311
dependencies: [
312-
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.1.1"),
313-
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", from: "0.1.3")
312+
.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"))
314314
],
315315
targets: [
316316
.target(

0 commit comments

Comments
 (0)