From 671a3c91b6bc91722719e796d70168b9aaffe7e1 Mon Sep 17 00:00:00 2001 From: sergey-melnychuk <8093171+sergey-melnychuk@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:19:42 +0200 Subject: [PATCH] release: beerus v0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d00e8de..9f5441d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "beerus" -version = "0.5.1" +version = "0.6.0" dependencies = [ "alloy-primitives 0.8.5", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5c01a3f6..2f25c599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ description = "Light client for Starknet" edition = "2021" name = "beerus" -version = "0.5.1" +version = "0.6.0" repository = "https://github.com/eigerco/beerus" license = "MIT"