Skip to content

Commit

Permalink
fix: re-export sp_core and sp_runtime (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Mar 10, 2023
1 parent d425b3b commit d4545de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subxt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,8 @@ pub mod ext {
pub use frame_metadata;
pub use scale_bits;
pub use scale_value;
#[cfg(feature = "substrate-compat")]
pub use sp_core;
#[cfg(feature = "substrate-compat")]
pub use sp_runtime;
}

0 comments on commit d4545de

Please sign in to comment.