Skip to content

Commit 30649be

Browse files
authored
chore: bump smithy-swift to 0.6.1 (#885)
1 parent c54c028 commit 30649be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ let package = Package(
353353
.library(name: "AWSXRay", targets: ["AWSXRay"]),
354354
],
355355
dependencies: [
356-
.package(url: "https://github.com/awslabs/smithy-swift", .exact("0.6.0")),
356+
.package(url: "https://github.com/awslabs/smithy-swift", .exact("0.6.1")),
357357
.package(url: "https://github.com/awslabs/aws-crt-swift", .exact("0.4.0"))
358358
],
359359
targets: [

packageDependencies.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>clientRuntimeVersion</key>
6-
<string>0.6.0</string>
6+
<string>0.6.1</string>
77
<key>awsCRTSwiftVersion</key>
88
<string>0.4.0</string>
99
<key>clientRuntimeBranch</key>

0 commit comments

Comments
 (0)