Skip to content

Commit 0f970a4

Browse files
authored
Worker v0.2.0-beta.2 (#79)
1 parent 69cec68 commit 0f970a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fluxqueue-worker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluxqueue-worker"
3-
version = "0.2.0-beta.1"
3+
version = "0.2.0-beta.2"
44
edition = "2024"
55

66
[lib]
@@ -15,6 +15,7 @@ path = "src/main.rs"
1515
pyo3-async-runtimes = { version = "0.27.0", features = ["tokio-runtime"] }
1616
uuid = { version = "1.20.0", features = ["v4"] }
1717
redis = "0.32.7"
18+
deadpool-redis = { version = "0.22.1", features = ["rt_tokio_1"] }
1819
tokio = { version = "1.49.0", features = [
1920
"macros",
2021
"rt-multi-thread",
@@ -33,4 +34,3 @@ pythonize = "0.27.0"
3334
chrono = "0.4.43"
3435

3536
fluxqueue-common.workspace = true
36-
deadpool-redis = { version = "0.22.1", features = ["rt_tokio_1"] }

0 commit comments

Comments
 (0)