From 38fd1dd337a560ee662d04be1eebb0d8a9f4db4a Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Mon, 7 Aug 2023 17:37:22 +0000 Subject: [PATCH] release: bump version to 0.1.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76dba30..01ac3d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3209,7 +3209,7 @@ dependencies = [ [[package]] name = "starkli" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 14d7767..78f1716 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starkli" -version = "0.1.8" +version = "0.1.9" authors = ["Jonathan LEI "] license = "MIT OR Apache-2.0" edition = "2021"