Update the frame-weight-template to use PhantomData from core (#13844)

* update weights template and recalculate weights from pallet template

* update template file in benchmarking-cli
This commit is contained in:
alexd10s
2023-04-06 17:19:46 +01:00
committed by GitHub
parent b0d99a084a
commit 23de70a536
5 changed files with 8 additions and 10 deletions
@@ -20,7 +20,6 @@ scale-info = { version = "2.1.1", default-features = false, features = ["derive"
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../../../../frame/benchmarking" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/system" }
sp-std = { version = "5.0.0", default-features = false, path = "../../../../primitives/std" }
[dev-dependencies]
sp-core = { version = "7.0.0", path = "../../../../primitives/core" }