Skip to content

Commit

Permalink
fix: pin smithy and crt versions in 0.3.0 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesh Jangir committed Oct 7, 2022
1 parent 9fd58e6 commit f412e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ let package = Package(
.library(name: "AWSXRay", targets: ["AWSXRay"]),
],
dependencies: [
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.2.2"),
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", from: "0.3.0")
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", .exact("0.2.2")),
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", .exact("0.3.0"))
],
targets: [
.target(
Expand Down

0 comments on commit f412e57

Please sign in to comment.