Skip to content

Commit

Permalink
Remove async-trait from dependencies (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev authored Nov 18, 2022
1 parent c5f76fb commit c8c8b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
async-trait = { version = "0.1", default-features = false }
bytes = { version = "1.0", default-features = false, features = ["serde"] }
ed25519 = { version = "1.3", default-features = false }
ed25519-dalek = { version = "1", default-features = false, features = ["u64_backend"] }
Expand Down

0 comments on commit c8c8b9a

Please sign in to comment.