From c25519b975b0cdd32ddde79ceac19e29e37c5611 Mon Sep 17 00:00:00 2001 From: Sonny Scroggin Date: Wed, 14 Aug 2024 08:02:41 -0500 Subject: [PATCH] Bump version; Update lock file --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df59b9a..6f629dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1476,7 +1476,7 @@ dependencies = [ [[package]] name = "eth-signature-verifier" -version = "0.2.0" +version = "0.3.0" dependencies = [ "alloy", "alloy-node-bindings", diff --git a/Cargo.toml b/Cargo.toml index 2ad9ce7..e294e55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "eth-signature-verifier" description = "Universal Etheruem signature verification with ERC-6492" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Royal Engineering"] license = "MIT"