Skip to content

Commit

Permalink
Remove redundant minimal template workspace (paritytech#5330)
Browse files Browse the repository at this point in the history
This removes the workspace of the minimal template, which (I think) is
redundant. The other two templates do not have such a workspace.

The synchronized template created [it's own
workspace](https://github.com/paritytech/polkadot-sdk-minimal-template/blob/master/Cargo.toml)
anyway, and the new readme replaced the old docs contained in `lib.rs`.

Closes
paritytech/polkadot-sdk-minimal-template#11

Silent because the crate was private.
  • Loading branch information
rzadp authored Aug 16, 2024
1 parent 4780e3d commit 7426788
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 111 deletions.
13 changes: 0 additions & 13 deletions 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 @@ -522,7 +522,6 @@ members = [
"substrate/utils/prometheus",
"substrate/utils/substrate-bip39",
"substrate/utils/wasm-builder",
"templates/minimal",
"templates/minimal/node",
"templates/minimal/pallets/template",
"templates/minimal/runtime",
Expand Down
22 changes: 0 additions & 22 deletions templates/minimal/Cargo.toml

This file was deleted.

75 changes: 0 additions & 75 deletions templates/minimal/src/lib.rs

This file was deleted.

0 comments on commit 7426788

Please sign in to comment.