mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 21:17:56 +00:00
remove unused sp_version dependency (#466)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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::{
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user