mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: reexport hex (#128)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2625,6 +2625,7 @@ dependencies = [
|
|||||||
"bytes",
|
"bytes",
|
||||||
"crc",
|
"crc",
|
||||||
"ethers-core",
|
"ethers-core",
|
||||||
|
"hex",
|
||||||
"hex-literal",
|
"hex-literal",
|
||||||
"maplit",
|
"maplit",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
|
|||||||
@ -27,6 +27,7 @@ serde = "1.0"
|
|||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
sucds = "0.5.0"
|
sucds = "0.5.0"
|
||||||
arbitrary = { version = "1.1.7", features = ["derive"], optional = true}
|
arbitrary = { version = "1.1.7", features = ["derive"], optional = true}
|
||||||
|
hex = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
arbitrary = { version = "1.1.7", features = ["derive"]}
|
arbitrary = { version = "1.1.7", features = ["derive"]}
|
||||||
|
|||||||
@ -57,6 +57,7 @@ pub use ethers_core::{
|
|||||||
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
mod __reexport {
|
mod __reexport {
|
||||||
|
pub use hex;
|
||||||
pub use tiny_keccak;
|
pub use tiny_keccak;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user