From 1f11414fb60193fe08a55b672dbe30857dcba6e5 Mon Sep 17 00:00:00 2001 From: Avi Dessauer Date: Mon, 16 Sep 2024 22:18:02 -0700 Subject: [PATCH] Bump version to 0.2.0 to mark breaking changes Notably replacing JsonBlock with casper_types::JsonBlockWithSignatures --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 97e299e..6c52d6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-litmus" -version = "0.1.1" +version = "0.2.0" edition = "2021" [dependencies]