Skip to content

Commit 6ed64c1

Browse files
committed
Fix Cargo.toml workspace member referencing removed tutorial
1 parent 581cb4f commit 6ed64c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.snippets/code/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/paritytech/polkadot-sdk-parachain-template.git"
1010
edition = "2021"
1111

1212
[workspace]
13-
members = ["tutorials/polkadot-sdk/parachains/zero-to-hero/runtime"]
13+
members = []
1414
resolver = "2"
1515

1616
[workspace.dependencies]

0 commit comments

Comments
 (0)