Skip to content

Commit

Permalink
Use swift-jobs 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jul 1, 2024
1 parent cccbea6 commit 801da2b
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 @@ -10,7 +10,7 @@ let package = Package(
.library(name: "JobsRedis", targets: ["JobsRedis"]),
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "main"),
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", from: "1.0.0-beta.1"),
.package(url: "https://github.com/swift-server/RediStack.git", from: "1.4.0"),
],
targets: [
Expand Down

0 comments on commit 801da2b

Please sign in to comment.