mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: reexport bytes & bump version to 1.4 (#1395)
This commit is contained in:
@ -40,7 +40,7 @@ secp256k1 = { version = "0.24.2", default-features = false, features = [
|
||||
crc = "3"
|
||||
|
||||
# misc
|
||||
bytes = "1.2"
|
||||
bytes = "1.4"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_with = "2.1.0"
|
||||
|
||||
@ -92,6 +92,7 @@ pub use revm_primitives::{ruint::aliases::U128, B160 as H160, B256 as H256, U256
|
||||
|
||||
#[doc(hidden)]
|
||||
mod __reexport {
|
||||
pub use bytes;
|
||||
pub use hex;
|
||||
pub use hex_literal;
|
||||
pub use tiny_keccak;
|
||||
|
||||
Reference in New Issue
Block a user