Skip to content

Commit 2ce7159

Browse files
authored
chore: target 0.0.5 crt (#307)
1 parent 7cafe0c commit 2ce7159

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
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "SmithyTestUtil", targets: ["SmithyTestUtil"])
1313
],
1414
dependencies: [
15-
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.0.4"),
15+
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.0.5"),
1616
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1717
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.12.0")
1818
],

0 commit comments

Comments
 (0)