Skip to content

Commit

Permalink
release: target crt and cr 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wooj2 committed Jul 1, 2021
1 parent 5e7f26f commit c260575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ let package = Package(
.library(name: "XRay", targets: ["XRay"]),
],
dependencies: [
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "1.0.0"),
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", from: "1.0.0")
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.0.1"),
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", from: "0.0.1")
],
targets: [
.target(
Expand Down

0 comments on commit c260575

Please sign in to comment.