Skip to content

Commit e0b4f25

Browse files
authored
chore: Update to aws-crt-swift 0.15.0 (#607)
1 parent 818a5c7 commit e0b4f25

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
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "SmithyTestUtil", targets: ["SmithyTestUtil"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.13.0"),
16+
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.15.0"),
1717
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1818
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", exact: "0.17.0")
1919
],

0 commit comments

Comments
 (0)