From 31e541062e922e99df24bc76f03cb6000a83b7b2 Mon Sep 17 00:00:00 2001 From: Tarrence van As Date: Wed, 20 Nov 2024 21:57:30 -0500 Subject: [PATCH] Prepare release: v0.25.3 (#140) Co-authored-by: glihm --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0f13c2..ec4a6c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7685,7 +7685,7 @@ dependencies = [ [[package]] name = "slot" -version = "0.25.2" +version = "0.25.3" dependencies = [ "account_sdk", "anyhow", @@ -7711,7 +7711,7 @@ dependencies = [ [[package]] name = "slot-cli" -version = "0.25.2" +version = "0.25.3" dependencies = [ "anyhow", "axum", @@ -7726,7 +7726,7 @@ dependencies = [ "katana-primitives", "log", "serde", - "slot 0.25.2", + "slot 0.25.3", "starknet", "thiserror", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 9c04283..e3afff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["cli", "slot"] [workspace.package] -version = "0.25.2" +version = "0.25.3" license-file = "LICENSE" repository = "https://github.com/cartridge-gg/slot/" edition = "2021"