Skip to content

Commit

Permalink
docs: document hyper dependency as a workaround for a2 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Apr 14, 2024
1 parent b6ff62c commit f84be08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ anyhow = "1.0.32"
async-std = { version = "1.9", features = ["tokio1", "attributes", "unstable"] }
femme = "2.1.0"
humantime = "2.0.1"
hyper = { version = "0.14", features = ["tcp"] }
log = "0.4.11"
serde = { version = "1.0.114", features = ["derive"] }
sled = "0.34.2"
structopt = "0.3.15"
tide = "0.16.0"

# Workaround for <https://github.com/WalletConnect/a2/issues/76>
hyper = { version = "0.14", features = ["tcp"] }

0 comments on commit f84be08

Please sign in to comment.