Skip to content

Commit

Permalink
unused deps + doc
Browse files Browse the repository at this point in the history
  • Loading branch information
distractedm1nd committed Sep 20, 2024
1 parent a41f298 commit 9f89259
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 136 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ jobs:
run: rustup component add clippy

- name: Run clippy
run: cargo clippy --all --all-targets -- -D warnings -D missing-docs
run: cargo clippy --all --all-targets -- -D warnings
132 changes: 0 additions & 132 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion crates/nova/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ rand = { workspace = true }
hex = { workspace = true }
ff = { workspace = true }
thiserror = { workspace = true }
indexed-merkle-tree = { workspace = true }
celestia-types = { workspace = true }
anyhow = { workspace = true }
jmt = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions crates/prism/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ sha2 = { workspace = true }
auto_impl = { workspace = true }
prism-common = { workspace = true }
prism-errors = { workspace = true }
prism-groth16 = { workspace = true }
sp1-sdk = { workspace = true }

[dev-dependencies]
serial_test = "3.1.1"
criterion = "0.5.1"

[[test]]
name = "integration_tests"
Expand Down

0 comments on commit 9f89259

Please sign in to comment.