Skip to content

Commit 0d9b585

Browse files
sichanyooSichan Yoo
andauthored
Bump CRT version to 0.43.0 (#895)
Co-authored-by: Sichan Yoo <[email protected]>
1 parent aa6b3dc commit 0d9b585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ let package = Package(
5656
],
5757
dependencies: {
5858
var dependencies: [Package.Dependency] = [
59-
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.42.0"),
59+
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.43.0"),
6060
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
6161
]
6262
let isDocCEnabled = ProcessInfo.processInfo.environment["AWS_SWIFT_SDK_ENABLE_DOCC"] != nil

0 commit comments

Comments
 (0)