From fabd7d47ca87c96757274229e983f052a9e0ec87 Mon Sep 17 00:00:00 2001 From: hashkid Date: Wed, 13 Nov 2024 10:37:52 +0800 Subject: [PATCH] release new version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 316fe8a..4ed721c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5790,7 +5790,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shuttler" -version = "0.3.0" +version = "0.3.1" dependencies = [ "async-std", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f015b6c..cc71e56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuttler" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html