Skip to content

Commit 5a5ef8f

Browse files
Swift: bump Bunny Swfit to 0.13.0
1 parent dad9d12 commit 5a5ef8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
name: "RabbitMQTutorials",
2525
platforms: [.macOS(.v14), .iOS(.v17), .tvOS(.v17), .watchOS(.v10), .visionOS(.v1)],
2626
dependencies: [
27-
.package(url: "https://github.com/michaelklishin/bunny-swift.git", from: "0.12.0")
27+
.package(url: "https://github.com/michaelklishin/bunny-swift.git", from: "0.13.0")
2828
],
2929
targets: [
3030
// Tutorial 1: Hello World

0 commit comments

Comments
 (0)