Skip to content

Commit 62694cc

Browse files
committed
fix(build): enable ractor tokio-runtime
1 parent db22f85 commit 62694cc

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Cargo.lock

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ jsonrpsee = { version = "0.24.0", features = ["http-client", "tracing"] }
5454
prometheus = "0.13.3"
5555
prost = "0.13.4"
5656
prost-types = "0.13.3"
57-
ractor = { version = "=0.15.6", features = [
57+
ractor = { version = "0.15.7", features = [
5858
"async-trait",
59+
"tokio_runtime",
5960
], default-features = false }
6061
rand = "0.9.0"
6162
reqwest = { version = "0.12", features = [
@@ -83,7 +84,9 @@ sqlx = { version = "0.8.2", features = [
8384
"uuid",
8485
], default-features = false }
8586
stdext = "0.3.3"
86-
tap_aggregator = { version = "0.5.6", default-features = false, features = ["v2"] }
87+
tap_aggregator = { version = "0.5.6", default-features = false, features = [
88+
"v2",
89+
] }
8790
tap_core = { version = "4.1.4", default-features = false }
8891
tap_graph = { version = "0.3.4", features = ["v2"] }
8992
tempfile = "3.8.0"

0 commit comments

Comments
 (0)