refactor: move LazyLock and OnlyLock exports to primitives traits (#13682)

This commit is contained in:
Léa Narzis
2025-01-07 15:28:57 +01:00
committed by GitHub
parent 4d12dcda7c
commit 0d5c0d2701
10 changed files with 27 additions and 23 deletions

View File

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