Skip to content

Commit

Permalink
remove more unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaxg committed Mar 8, 2024
1 parent aa35706 commit 9581c12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions contracts/rust/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jf-utils = { workspace = true }
num-bigint = { version = "0.4", default-features = false }
num-traits = { version = "0.2", default-features = false }

[dev-dependencies]
hotshot-stake-table = { workspace = true }

[[bin]]
name = "eval-domain"
path = "src/bin/eval_domain.rs"
1 change: 0 additions & 1 deletion sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ testing = ["hotshot-testing"]
[dev-dependencies]
espresso-macros = { git = "https://github.com/EspressoSystems/espresso-macros.git", tag = "0.1.0" }
hotshot-query-service = { workspace = true, features = ["testing"] }
hotshot-testing = { workspace = true }
portpicker = "0.1.1"
rand = "0.8.5"
tempfile = "3.9.0"
Expand Down

0 comments on commit 9581c12

Please sign in to comment.