Skip to content

Commit

Permalink
remove fellowship import migration
Browse files Browse the repository at this point in the history
  • Loading branch information
muharem committed Oct 2, 2023
1 parent c86afcc commit ffdfb02
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 267 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.

4 changes: 0 additions & 4 deletions system-parachains/collectives/collectives-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ parachains-common = { default-features = false , version = "2.0.0" }
[build-dependencies]
substrate-wasm-builder = { optional = true , version = "12.0.0" }

[dev-dependencies]
sp-io = { default-features = false, version = "25.0.0" }

[features]
default = [ "std" ]
runtime-benchmarks = [
Expand Down Expand Up @@ -199,7 +196,6 @@ std = [
"sp-consensus-aura/std",
"sp-core/std",
"sp-inherents/std",
"sp-io/std",
"sp-offchain/std",
"sp-runtime/std",
"sp-session/std",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

//! The Polkadot Technical Fellowship.
pub(crate) mod migration;
mod origins;
mod tracks;
use crate::{
Expand Down

0 comments on commit ffdfb02

Please sign in to comment.