Skip to content

Commit 9e8640b

Browse files
authored
chore: bump aws-crt-swift version to 0.3.0 (#459)
1 parent 2ba57f9 commit 9e8640b

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
@@ -14,7 +14,7 @@ let package = Package(
1414
.library(name: "SmithyTestUtil", targets: ["SmithyTestUtil"])
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.2.2"),
17+
.package(url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.3.0"),
1818
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1919
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.13.0")
2020
],

0 commit comments

Comments
 (0)