From 298a0f90c49b232fd749a4a361c4999a83c713c4 Mon Sep 17 00:00:00 2001 From: Aditya Bisht Date: Tue, 22 Oct 2024 18:16:03 +0700 Subject: [PATCH] chore: update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0ba533..7922daa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2859,7 +2859,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "relayer-utils" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index fc10f1d..0b7ffaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relayer-utils" -version = "0.4.1" +version = "0.4.2" authors = ["Sora Suegami", "Aditya Bisht"] license = "MIT" edition = "2018"