Skip to content

Commit

Permalink
Relax tokio dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Oct 4, 2024
1 parent 6532dd0 commit 0ae87ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ 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 Expand Up @@ -153,7 +149,6 @@ thiserror.workspace = true
tiny-keccak.workspace = true
witness.workspace = true
zeroize.workspace = true
tokio.workspace = true

# Ark
ark-bn254.workspace = true
Expand Down

0 comments on commit 0ae87ea

Please sign in to comment.