Skip to content

Commit 3bf367f

Browse files
authored
chore: Update to aws-crt-swift 0.44.0 (#908)
1 parent b2cca09 commit 3bf367f

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.43.0"),
59+
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.44.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)