Skip to content

Commit

Permalink
Update CRT version dependency to 0.29.0. (#1413)
Browse files Browse the repository at this point in the history
Co-authored-by: Sichan Yoo <chanyoo@amazon.com>
Merging before CI passing, as the only change in main is a new dockerfile. Discussed offline with Josh.
  • Loading branch information
sichanyoo authored Mar 22, 2024
1 parent 7e0a8eb commit a4df222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func addResolvedTargets() {

addDependencies(
clientRuntimeVersion: "0.44.0",
crtVersion: "0.28.0"
crtVersion: "0.29.0"
)

// Uncomment this line to exclude runtime unit tests
Expand Down
2 changes: 1 addition & 1 deletion packageDependencies.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>awsCRTSwiftBranch</key>
<string>main</string>
<key>awsCRTSwiftVersion</key>
<string>0.28.0</string>
<string>0.29.0</string>
<key>clientRuntimeBranch</key>
<string>main</string>
<key>clientRuntimeVersion</key>
Expand Down

0 comments on commit a4df222

Please sign in to comment.