From 791914356b16f86bae7b8b35916f69907591cf85 Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Tue, 16 Jan 2024 09:16:10 +0000 Subject: [PATCH] release: bump version to 0.2.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bb3a01..25c6ca0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3265,7 +3265,7 @@ dependencies = [ [[package]] name = "starkli" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f381a0a..b8b7ee4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starkli" -version = "0.2.3" +version = "0.2.4" authors = ["Jonathan LEI "] license = "MIT OR Apache-2.0" edition = "2021"