Nit from polkadot-sdk (#2665)

This commit is contained in:
Branislav Kontur
2023-11-02 07:05:04 +01:00
committed by Bastian Köcher
parent b66320ab4a
commit 3787b032c2
2 changed files with 5 additions and 4 deletions
@@ -2,8 +2,8 @@
name = "bp-polkadot-bulletin" name = "bp-polkadot-bulletin"
description = "Primitives of Polkadot Bulletin chain runtime." description = "Primitives of Polkadot Bulletin chain runtime."
version = "0.1.0" version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"] authors.workspace = true
edition = "2021" edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies] [dependencies]
@@ -35,6 +35,7 @@ std = [
"codec/std", "codec/std",
"frame-support/std", "frame-support/std",
"frame-system/std", "frame-system/std",
"scale-info/std",
"sp-api/std", "sp-api/std",
"sp-runtime/std", "sp-runtime/std",
"sp-std/std", "sp-std/std",
+2 -2
View File
@@ -2,8 +2,8 @@
name = "bp-westend" name = "bp-westend"
description = "Primitives of Westend runtime." description = "Primitives of Westend runtime."
version = "0.1.0" version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"] authors.workspace = true
edition = "2021" edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies] [dependencies]