Skip to content

Commit

Permalink
Removes unused dep from bench crate
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Mar 24, 2023
1 parent b298e39 commit c63faff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ borsh = "0.9.0"
ferveo-common = {git = "https://github.com/anoma/ferveo"}
masp_primitives = { git = "https://github.com/anoma/masp", rev = "bee40fc465f6afbd10558d12fe96eb1742eee45c" }
namada = {path = "../shared" }
namada_apps = {path = "../apps", features = [ "dev"]}
namada_apps = {path = "../apps", features = ["dev"]}
namada_test_utils = {path = "../test_utils"}
namada_tx_prelude = {path = "../tx_prelude", default-features = false}
prost = "0.9.0"
rand = "0.8"
rand_core = {version = "0.6", default-features = false}
Expand Down

0 comments on commit c63faff

Please sign in to comment.