mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: move LazyLock and OnlyLock exports to primitives traits (#13682)
This commit is contained in:
@ -34,11 +34,12 @@ secp256k1 = { workspace = true, features = [
|
||||
k256.workspace = true
|
||||
|
||||
# misc
|
||||
auto_impl.workspace = true
|
||||
byteorder = { workspace = true, optional = true }
|
||||
bytes.workspace = true
|
||||
derive_more.workspace = true
|
||||
once_cell.workspace = true
|
||||
serde_with = { workspace = true, optional = true }
|
||||
auto_impl.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
# required by reth-codecs
|
||||
@ -87,6 +88,7 @@ std = [
|
||||
"bytes/std",
|
||||
"derive_more/std",
|
||||
"k256/std",
|
||||
"once_cell/std",
|
||||
"secp256k1?/std",
|
||||
"thiserror/std",
|
||||
"alloy-trie/std",
|
||||
|
||||
Reference in New Issue
Block a user