Skip to content

Commit

Permalink
chore: bump CRT to 0.4.0 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Dec 6, 2022
1 parent ae509e0 commit f59ed07
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 @@ -14,7 +14,7 @@ let package = Package(
.library(name: "SmithyTestUtil", targets: ["SmithyTestUtil"])
],
dependencies: [
.package(url: "https://github.com/awslabs/aws-crt-swift.git", from: "0.3.1"),
.package(url: "https://github.com/awslabs/aws-crt-swift.git", .exact("0.4.0")),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.13.0")
],
Expand Down

0 comments on commit f59ed07

Please sign in to comment.