From 6a8c4bf032cc6b9020f65d91432569fe8d3e1d70 Mon Sep 17 00:00:00 2001 From: Naohiro Yoshida Date: Thu, 2 May 2024 17:26:13 +0900 Subject: [PATCH] bump version Signed-off-by: Naohiro Yoshida --- light-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light-client/Cargo.toml b/light-client/Cargo.toml index 35dec2c..fb99e74 100644 --- a/light-client/Cargo.toml +++ b/light-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parlia-elc" -version = "0.3.0" +version = "0.2.9" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html