no need to have staging in runtime presets, removed

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky
2024-10-28 13:42:33 +03:00
parent 98e65f891e
commit e182e86590
4 changed files with 3 additions and 142 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "casper-runtime"
version = "3.5.18"
version = "3.5.19"
build = "build.rs"
description = "Runtime of the Casper Network"
edition.workspace = true
@@ -17,7 +17,6 @@ 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 }