diff --git a/runtime/acala/Cargo.toml b/runtime/acala/Cargo.toml index deb2a93a8..36d570704 100644 --- a/runtime/acala/Cargo.toml +++ b/runtime/acala/Cargo.toml @@ -415,4 +415,9 @@ no-metadata-docs = ["frame-support/no-metadata-docs"] # more types in the metadata. full-metadata-docs = ["frame-support/full-metadata-docs"] -tracing = ["module-evm/tracing", "module-evm-rpc-runtime-api/tracing", "runtime-common/tracing"] +tracing = [ + "module-evm/tracing", + "module-evm-bridge/tracing", + "module-evm-rpc-runtime-api/tracing", + "runtime-common/tracing" +] diff --git a/runtime/karura/Cargo.toml b/runtime/karura/Cargo.toml index 4c26403e3..681c432e9 100644 --- a/runtime/karura/Cargo.toml +++ b/runtime/karura/Cargo.toml @@ -423,4 +423,9 @@ no-metadata-docs = ["frame-support/no-metadata-docs"] # more types in the metadata. full-metadata-docs = ["frame-support/full-metadata-docs"] -tracing = ["module-evm/tracing", "module-evm-rpc-runtime-api/tracing", "runtime-common/tracing"] +tracing = [ + "module-evm/tracing", + "module-evm-bridge/tracing", + "module-evm-rpc-runtime-api/tracing", + "runtime-common/tracing" +] diff --git a/runtime/mandala/Cargo.toml b/runtime/mandala/Cargo.toml index 776918b1f..b02e90f87 100644 --- a/runtime/mandala/Cargo.toml +++ b/runtime/mandala/Cargo.toml @@ -447,4 +447,9 @@ no-metadata-docs = ["frame-support/no-metadata-docs"] # more types in the metadata. full-metadata-docs = ["frame-support/full-metadata-docs"] -tracing = ["module-evm/tracing", "module-evm-rpc-runtime-api/tracing", "runtime-common/tracing"] +tracing = [ + "module-evm/tracing", + "module-evm-bridge/tracing", + "module-evm-rpc-runtime-api/tracing", + "runtime-common/tracing" +]