From b43b6af12f3fa3edc1ceb57a5d93bd6a857e492c Mon Sep 17 00:00:00 2001 From: pgherveou Date: Fri, 25 Oct 2024 17:19:30 +0200 Subject: [PATCH] fix --- subxt/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subxt/src/lib.rs b/subxt/src/lib.rs index 344ff15177..c0fa24e262 100644 --- a/subxt/src/lib.rs +++ b/subxt/src/lib.rs @@ -112,6 +112,10 @@ pub mod ext { pub use scale_value; pub use subxt_core; + cfg_jsonrpsee! { + pub use jsonrpsee; + } + cfg_substrate_compat! { pub use subxt_core::ext::{sp_runtime, sp_core}; }