mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rename codecs optimism feature to op (#13067)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -15,7 +15,7 @@ workspace = true
|
||||
# reth
|
||||
reth-primitives.workspace = true
|
||||
reth-primitives-traits = { workspace = true, features = ["op"] }
|
||||
reth-codecs = { workspace = true, optional = true, features = ["optimism"] }
|
||||
reth-codecs = { workspace = true, optional = true, features = ["op"] }
|
||||
|
||||
# ethereum
|
||||
alloy-primitives.workspace = true
|
||||
@ -36,7 +36,7 @@ derive_more.workspace = true
|
||||
arbitrary = { workspace = true, features = ["derive"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
reth-codecs = { workspace = true, features = ["test-utils", "optimism"] }
|
||||
reth-codecs = { workspace = true, features = ["test-utils", "op"] }
|
||||
rstest.workspace = true
|
||||
arbitrary.workspace = true
|
||||
|
||||
@ -57,7 +57,7 @@ reth-codec = [
|
||||
"dep:reth-codecs",
|
||||
"reth-primitives/reth-codec",
|
||||
"reth-primitives-traits/reth-codec",
|
||||
"reth-codecs?/optimism",
|
||||
"reth-codecs?/op",
|
||||
"reth-primitives/reth-codec"
|
||||
]
|
||||
serde = [
|
||||
|
||||
Reference in New Issue
Block a user