From 2f7866c73706ce9c12b402ae5e116d8692116466 Mon Sep 17 00:00:00 2001 From: starkbamse <139136798+starkbamse@users.noreply.github.com> Date: Fri, 10 May 2024 17:08:29 +0200 Subject: [PATCH] Set version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37ec32b..0dd19c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "acceptevm" -version = "0.1.0" +version = "0.0.2" dependencies = [ "alloy", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 3be364d..0992895 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acceptevm" -version = "0.1.0" +version = "0.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html