From 63f6ecc6f994308bca6c9fb2a7621e46446c92a9 Mon Sep 17 00:00:00 2001 From: steebchen Date: Fri, 25 Oct 2024 12:43:41 +0000 Subject: [PATCH] Prepare release: v0.20.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4875610..37fd125 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4279,7 +4279,7 @@ dependencies = [ [[package]] name = "slot" -version = "0.19.0" +version = "0.20.0" dependencies = [ "account_sdk", "anyhow", @@ -4305,7 +4305,7 @@ dependencies = [ [[package]] name = "slot-cli" -version = "0.19.0" +version = "0.20.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index c8a3d76..a233d8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["cli", "slot"] [workspace.package] -version = "0.19.0" +version = "0.20.0" license-file = "LICENSE" repository = "https://github.com/cartridge-gg/slot/" edition = "2021"