Skip to content

Commit 9ffe6b2

Browse files
committed
fix: import own items via workspace not crate
Signed-off-by: Joseph Livesey <[email protected]>
1 parent a3384a2 commit 9ffe6b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tap_eip712_message/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//!
99
//! # Example
1010
//! ```rust
11-
//! # use thegraph_core::alloy::{dyn_abi::Eip712Domain, primitives::Address, signers::local::PrivateKeySigner};
11+
//! # use thegraph_core::alloy::{sol_types::Eip712Domain, primitives::Address, signers::local::PrivateKeySigner};
1212
//! # let domain_separator = Eip712Domain::default();
1313
//! use tap_eip712_message::Eip712SignedMessage;
1414
//! # let wallet = PrivateKeySigner::random();

tap_integration_tests/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ anyhow.workspace = true
1717
jsonrpsee = { workspace = true, features = ["jsonrpsee-http-client"] }
1818
jsonrpsee-core.workspace = true
1919
rand.workspace = true
20-
thegraph-core.workspace = true
2120
tokio.workspace = true
2221

2322
[dev-dependencies]

0 commit comments

Comments
 (0)