Skip to content

Commit

Permalink
fix test-utils feature
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Sep 20, 2024
1 parent 5d1920e commit ed77cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ online = [
]
test-utils = [
"dep:spin",
"dep:anyhow",
"dep:alloy-transport-http",
"dep:alloy-node-bindings",
"dep:tracing-subscriber",
Expand Down
2 changes: 1 addition & 1 deletion crates/derive/src/stages/test_utils/attributes_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::{
stages::attributes_queue::{AttributesBuilder, AttributesProvider},
traits::{OriginAdvancer, OriginProvider, ResettableStage},
};
use alloc::{boxed::Box, vec::Vec};
use alloc::{boxed::Box, vec::Vec, string::ToString};
use alloy_eips::BlockNumHash;
use async_trait::async_trait;
use op_alloy_genesis::SystemConfig;
Expand Down

0 comments on commit ed77cdd

Please sign in to comment.