From 80711c016e4e06766e9e1912e77f4ce8dacc2aa1 Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Thu, 2 May 2024 11:24:40 +0800 Subject: [PATCH] release: bump version to 0.2.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1026437..1be941a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3429,7 +3429,7 @@ dependencies = [ [[package]] name = "starkli" -version = "0.2.8" +version = "0.2.9" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 2553fc0..0bae935 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starkli" -version = "0.2.8" +version = "0.2.9" authors = ["Jonathan LEI "] license = "MIT OR Apache-2.0" edition = "2021"