Skip to content

Commit

Permalink
chore(deps): rm reth-codecs dep (#9390)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jul 9, 2024
1 parent b97ace2 commit d599393
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 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 crates/net/eth-wire-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ workspace = true
[dependencies]
# reth
reth-chainspec.workspace = true
reth-codecs.workspace = true
reth-codecs-derive.workspace = true
reth-primitives.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion crates/net/eth-wire-types/src/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use alloy_rlp::{Decodable, Encodable};
use bytes::BufMut;
use reth_codecs::derive_arbitrary;
use reth_codecs_derive::derive_arbitrary;

/// Represents the direction for a headers request depending on the `reverse` field of the request.
/// > The response must contain a number of block headers, of rising number when reverse is 0,
Expand Down

0 comments on commit d599393

Please sign in to comment.