Skip to content

Commit

Permalink
fix: add cargo-husky back.
Browse files Browse the repository at this point in the history
  • Loading branch information
andysim3d committed Oct 8, 2024
1 parent 3598104 commit 1aaa9ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 bin/rundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ tracing.workspace = true
tracing-appender = "0.2.3"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "json"] }
cargo-husky = "1.5.0"
1 change: 1 addition & 0 deletions crates/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ mockall = {workspace = true, optional = true }
[dev-dependencies]
rundler-types = { workspace = true, features = ["test-utils"] }
alloy-primitives = { workspace = true, features = ["rand"] }
cargo-husky = { version = "1", default-features = false, features = ["user-hooks"] }

[features]
test-utils = [ "mockall" ]

0 comments on commit 1aaa9ee

Please sign in to comment.