From 53d4d9e142d5c6a2fa61a8218a214760395da908 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Mon, 20 Jan 2025 18:35:19 +0300 Subject: [PATCH] update version for runtime Signed-off-by: Uncle Stretch --- runtime/casper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/casper/Cargo.toml b/runtime/casper/Cargo.toml index 8901a59..950e1ff 100755 --- a/runtime/casper/Cargo.toml +++ b/runtime/casper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-runtime" -version = "3.5.19" +version = "3.5.20" build = "build.rs" description = "Runtime of the Casper Network" edition.workspace = true