Skip to content

Commit

Permalink
chore: Update to aws-crt-swift 0.39.0 (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Nov 25, 2024
1 parent 3cd9f18 commit 10de568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let package = Package(
],
dependencies: {
var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.37.0"),
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.39.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
]
let isDocCEnabled = ProcessInfo.processInfo.environment["AWS_SWIFT_SDK_ENABLE_DOCC"] != nil
Expand Down

0 comments on commit 10de568

Please sign in to comment.