Skip to content

Commit

Permalink
Use Hummingbird 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Mar 14, 2024
1 parent 66273e5 commit 50c4d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.library(name: "HummingbirdJobsRedis", targets: ["HummingbirdJobsRedis"]),
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", branch: "main"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-beta.1"),
.package(url: "https://github.com/swift-server/RediStack.git", from: "1.4.0"),
],
targets: [
Expand Down

0 comments on commit 50c4d55

Please sign in to comment.