diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index f531c06309..27f13a889a 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -31,7 +31,6 @@ subxt-macro = { version = "0.18.0", path = "../macro" } sp-core = { version = "6.0.0", default-features = false } sp-runtime = "6.0.0" -sp-version = "5.0.0" frame-metadata = "15.0.0" derivative = "2.2.0" diff --git a/subxt/src/storage.rs b/subxt/src/storage.rs index 3d1b6f11e2..206d477efd 100644 --- a/subxt/src/storage.rs +++ b/subxt/src/storage.rs @@ -26,7 +26,6 @@ use sp_core::storage::{ StorageKey, }; pub use sp_runtime::traits::SignedExtension; -pub use sp_version::RuntimeVersion; use std::marker::PhantomData; use crate::{ diff --git a/subxt/src/transaction.rs b/subxt/src/transaction.rs index db64288236..e0a781287d 100644 --- a/subxt/src/transaction.rs +++ b/subxt/src/transaction.rs @@ -20,7 +20,6 @@ use crate::PhantomDataSendSync; use codec::Decode; use sp_runtime::traits::Hash; pub use sp_runtime::traits::SignedExtension; -pub use sp_version::RuntimeVersion; use crate::{ client::Client,