Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 6b60fe6

Browse files
committed
Revert change to serde per @thiolliere
1 parent b58550d commit 6b60fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/node-template/runtime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ system = { version = "2.0.0-rc5", default-features = false, package = "frame-sys
2323
timestamp = { version = "2.0.0-rc5", default-features = false, package = "pallet-timestamp", path = "../../../frame/timestamp" }
2424
transaction-payment = { version = "2.0.0-rc5", default-features = false, package = "pallet-transaction-payment", path = "../../../frame/transaction-payment" }
2525
frame-executive = { version = "2.0.0-rc5", default-features = false, path = "../../../frame/executive" }
26-
serde = { version = "1.0.101", default-features = false, optional = true, features = ["derive"] }
26+
serde = { version = "1.0.101", optional = true, features = ["derive"] }
2727
sp-api = { version = "2.0.0-rc5", default-features = false, path = "../../../primitives/api" }
2828
sp-block-builder = { path = "../../../primitives/block-builder", default-features = false, version = "2.0.0-rc5"}
2929
sp-consensus-aura = { version = "0.8.0-rc5", default-features = false, path = "../../../primitives/consensus/aura" }
@@ -51,7 +51,7 @@ std = [
5151
"frame-support/std",
5252
"grandpa/std",
5353
"randomness-collective-flip/std",
54-
"serde/std",
54+
"serde",
5555
"sp-api/std",
5656
"sp-block-builder/std",
5757
"sp-consensus-aura/std",

0 commit comments

Comments
 (0)