Pietro0hz

Signed-off-by: pietro0hz <petros1111@gmail.com>
This commit is contained in:
pietro0hz
2024-10-31 21:09:23 +01:00
parent 18c6094e3f
commit c65d412091
6 changed files with 147 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "casper-runtime"
version = "3.5.19"
version = "3.5.18"
build = "build.rs"
description = "Runtime of the Casper Network"
edition.workspace = true
@@ -17,6 +17,7 @@ codec = { features = ["derive", "max-encoded-len"], workspace = true }
scale-info = { features = ["derive"], workspace = true }
log = { workspace = true }
serde_json = { workspace = true }
hex-literal = { workspace = true, default-features = true }
frame-support = { workspace = true }
frame-system = { workspace = true }