chore: reexport bytes & bump version to 1.4 (#1395)

This commit is contained in:
Roman Krasiuk
2023-02-16 20:33:28 +02:00
committed by GitHub
parent d2ec304bd3
commit f979c6c1fb
45 changed files with 93 additions and 88 deletions

View File

@ -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"

View File

@ -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;