Skip to content

Commit b4f1a39

Browse files
authored
chore: update versions for release (#329)
1 parent 8716246 commit b4f1a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ let package = Package(
1313
.library(name: "SmithyTestUtil", targets: ["SmithyTestUtil"])
1414
],
1515
dependencies: [
16-
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.0.6"),
16+
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.0.7"),
1717
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
18-
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.12.0")
18+
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.13.0")
1919
],
2020
targets: [
2121
.target(

0 commit comments

Comments
 (0)