Skip to content

Commit

Permalink
fix: Require aws-crt-swift 0.17.0 (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Oct 31, 2023
1 parent ace826d commit 4ecdba6
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 @@ -184,8 +184,8 @@ func addProtocolTests() {
// MARK: - Generated

addDependencies(
clientRuntimeVersion: "0.30.0",
crtVersion: "0.13.0"
clientRuntimeVersion: "0.30.1",
crtVersion: "0.17.0"
)

let serviceTargets: [String] = [
Expand Down
4 changes: 2 additions & 2 deletions packageDependencies.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<key>awsCRTSwiftBranch</key>
<string>main</string>
<key>awsCRTSwiftVersion</key>
<string>0.13.0</string>
<string>0.17.0</string>
<key>clientRuntimeBranch</key>
<string>main</string>
<key>clientRuntimeVersion</key>
<string>0.30.0</string>
<string>0.30.1</string>
</dict>
</plist>

0 comments on commit 4ecdba6

Please sign in to comment.