Skip to content

Commit e173225

Browse files
authored
chore: Update to aws-crt-swift 0.48.0 (#918)
1 parent d2b74b1 commit e173225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

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