Skip to content

Commit b87e46b

Browse files
prestwichclaude
andcommitted
chore: update ajj dependency to published 0.7.0
Replace git branch reference with crates.io release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 46bd906 commit b87e46b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ signet-cold-mdbx = "0.6.5"
6464
signet-storage-types = "0.6.5"
6565

6666
# ajj
67-
ajj = { git = "https://github.com/init4tech/ajj.git", branch = "prestwich/into-error-payload" }
67+
ajj = "0.7.0"
6868

6969
# trevm
7070
trevm = { version = "0.34.0", features = ["full_env_cfg"] }

crates/rpc/src/eth/helpers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use alloy::{
1818
};
1919
use serde::Deserialize;
2020
use signet_cold::ColdReceipt;
21-
use signet_hot::db::HotDbRead;
2221
use signet_storage_types::ConfirmationMeta;
2322
use trevm::MIN_TRANSACTION_GAS;
2423

0 commit comments

Comments
 (0)