Skip to content

Commit 1e3a55f

Browse files
authored
fix(build): enable ractor tokio-runtime (#808)
1 parent 2da2bd7 commit 1e3a55f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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: 2 additions & 1 deletion
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 = [

0 commit comments

Comments
 (0)