Skip to content

Commit

Permalink
chore: Update smithy-swift & aws-crt-swift; pin to latest versions (#811
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jbelkins authored Jan 6, 2023
1 parent 59c389c commit 91fa702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ case (false, true):
]
case (false, false):
package.dependencies += [
.package(url: "https://github.com/awslabs/smithy-swift", branch: "main"),
.package(url: "https://github.com/awslabs/aws-crt-swift", branch: "main")
.package(url: "https://github.com/awslabs/smithy-swift", .exact("0.10.0")),
.package(url: "https://github.com/awslabs/aws-crt-swift", .exact("0.5.3"))
]
}
4 changes: 2 additions & 2 deletions packageDependencies.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>clientRuntimeVersion</key>
<string>0.9.0</string>
<string>0.10.0</string>
<key>awsCRTSwiftVersion</key>
<string>0.5.2</string>
<string>0.5.3</string>
<key>clientRuntimeBranch</key>
<string>main</string>
<key>awsCRTSwiftBranch</key>
Expand Down

0 comments on commit 91fa702

Please sign in to comment.