Skip to content

Commit

Permalink
remove from cargo.toml files too
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshy Orndorff committed Sep 26, 2023
1 parent d572d35 commit 74f0891
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ sp-debug-derive = { git = "https://github.com/paritytech/polkadot-sdk", tag = "p
sp-io = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0", default_features = false }
sp-std = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0", default_features = false}
sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0", default_features = false}
sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0", default_features = false}
sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0", default_features = false}
sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0", default_features = false}
sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-v1.1.0", default_features = false}
Expand Down
2 changes: 0 additions & 2 deletions tuxedo-template-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ sp-block-builder = { workspace = true, default_features = false}
sp-core = { workspace = true, default_features = false}
sp-inherents = { workspace = true, default_features = false}
sp-io = { workspace = true, default_features = false, features = ["with-tracing"] }
sp-offchain = { workspace = true, default_features = false}
sp-runtime = { workspace = true, default_features = false}
sp-session = { workspace = true, default_features = false}
sp-std = { workspace = true, default_features = false}
Expand Down Expand Up @@ -54,7 +53,6 @@ std = [
"sp-debug-derive/std",
"sp-block-builder/std",
"sp-inherents/std",
"sp-offchain/std",
"parity-scale-codec/std",
"sp-core/std",
"sp-std/std",
Expand Down

0 comments on commit 74f0891

Please sign in to comment.