Skip to content

Commit d2ce446

Browse files
committed
Upgrade Queues to 1.5.1
1 parent e080d9b commit d2ce446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
1818
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
1919
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.6.0"),
20-
.package(url: "https://github.com/vapor/queues.git", from: "1.5.0"),
20+
.package(url: "https://github.com/vapor/queues.git", from: "1.5.1"),
2121
],
2222
targets: [
2323
.target(

0 commit comments

Comments
 (0)