Skip to content

Commit e903440

Browse files
authored
chore: Update aws-crt-swift to 0.33.0 (#799)
1 parent 7650685 commit e903440

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
@@ -54,7 +54,7 @@ let package = Package(
5454
.library(name: "SmithyTestUtil", targets: ["SmithyTestUtil"]),
5555
],
5656
dependencies: [
57-
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.32.0"),
57+
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.33.0"),
5858
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
5959
],
6060
targets: [

0 commit comments

Comments
 (0)