Skip to content

Commit

Permalink
Update package names
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca committed Jan 14, 2025
1 parent e532747 commit f4af08c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 119 deletions.
115 changes: 1 addition & 114 deletions .snippets/code/Cargo.lock

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

4 changes: 1 addition & 3 deletions .snippets/code/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ repository = "https://github.com/paritytech/polkadot-sdk-parachain-template.git"
edition = "2021"

[workspace]
members = [
"tutorials/polkadot-sdk/parachains/zero-to-hero/runtime",
]
members = ["tutorials/polkadot-sdk/parachains/zero-to-hero/runtime"]
resolver = "2"

[workspace.dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "pallet-parachain-template-1"
name = "pallet-parachain-template"
description = "FRAME pallet template for defining custom runtime logic."
version = "0.1.0"
license = "Unlicense"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ scale-info = { features = ["derive"], workspace = true }
smallvec = { workspace = true, default-features = true }
docify = { workspace = true }
serde_json = { workspace = true, default-features = false }
pallet-parachain-template = { path = "../pallets/template", default-features = false, package = "pallet-parachain-template-1" }
pallet-parachain-template = { path = "../pallets/template", default-features = false }
frame-benchmarking = { optional = true, workspace = true }
frame-executive.workspace = true
frame-metadata-hash-extension.workspace = true
Expand Down

0 comments on commit f4af08c

Please sign in to comment.