We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7650685 commit e903440Copy full SHA for e903440
Package.swift
@@ -54,7 +54,7 @@ let package = Package(
54
.library(name: "SmithyTestUtil", targets: ["SmithyTestUtil"]),
55
],
56
dependencies: [
57
- .package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.32.0"),
+ .package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.33.0"),
58
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
59
60
targets: [
0 commit comments