Skip to content

Commit c260575

Browse files
committed
release: target crt and cr 0.0.1
1 parent 5e7f26f commit c260575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ let package = Package(
278278
.library(name: "XRay", targets: ["XRay"]),
279279
],
280280
dependencies: [
281-
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "1.0.0"),
282-
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", from: "1.0.0")
281+
.package(name: "AwsCrt", url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.0.1"),
282+
.package(name: "ClientRuntime", url: "https://github.com/awslabs/smithy-swift.git", from: "0.0.1")
283283
],
284284
targets: [
285285
.target(

0 commit comments

Comments
 (0)