Skip to content

Commit

Permalink
remove unused sp_version dependency (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw authored Mar 4, 2022
1 parent 3baaa01 commit 2c572aa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion subxt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion subxt/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::{
Expand Down
1 change: 0 additions & 1 deletion subxt/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2c572aa

Please sign in to comment.