From 1a028fbc635cc033c7c74175d49f3ecfa2240bdd Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Thu, 18 Jul 2024 05:38:00 +0800 Subject: [PATCH] release: bump version to 0.3.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb67b77..c9209c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3775,7 +3775,7 @@ dependencies = [ [[package]] name = "starkli" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e229d05..565ae53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starkli" -version = "0.3.2" +version = "0.3.3" authors = ["Jonathan LEI "] license = "MIT OR Apache-2.0" edition = "2021"