Skip to content

Commit

Permalink
release: targeting aws-crt-swift 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wooj2 committed Jul 1, 2021
1 parent 07ffc4e commit 87c99f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
.library(name: "SmithyTestUtil", targets: ["SmithyTestUtil"])
],
dependencies: [
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "1.0.0"),
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.0.1"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.12.0")
],
Expand Down

0 comments on commit 87c99f2

Please sign in to comment.