Skip to content

Commit

Permalink
Lock tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Sep 26, 2024
1 parent 5b206f4 commit 07f7551
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ ark-std = { version = "0.4.0", default-features = false, features = [
] }
ark-serialize = { version = "0.4.2", features = ["derive"] }

# Necessary because there's an issue with dependencies in the workspace
# this has something to do with `net` feature not being enabled in `mio`.
tokio = "=1.38"

[features]
default = []
depth_16 = [
Expand Down

0 comments on commit 07f7551

Please sign in to comment.