mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-06-12 09:21:01 +00:00
Update to 1.14.0 triggered by workflow_dispatch
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pallet-minimal-template"
|
||||
description = "A minimal pallet built with FRAME, part of Polkadot Sdk. (polkadot v1.13.0)"
|
||||
description = "A minimal pallet built with FRAME, part of Polkadot Sdk. (polkadot v1.14.0)"
|
||||
version = "0.1.0"
|
||||
license = "Unlicense"
|
||||
authors.workspace = true
|
||||
@@ -13,13 +13,13 @@ publish = false
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.12", features = [
|
||||
codec = { features = [
|
||||
"derive",
|
||||
], default-features = false }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = [
|
||||
], workspace = true }
|
||||
scale-info = { features = [
|
||||
"derive",
|
||||
] }
|
||||
frame = { version = "0.4.0", package = "polkadot-sdk-frame", default-features = false, features = ["experimental", "runtime"] }
|
||||
], workspace = true }
|
||||
frame = { features = ["experimental", "runtime"], workspace = true }
|
||||
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user