From b9744000d44e34ba484123c5c63632ab330bd212 Mon Sep 17 00:00:00 2001 From: Garrett Thornburg Date: Fri, 4 Oct 2024 00:23:41 +0200 Subject: [PATCH] Bump version to 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acc91a6..70e3f02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,7 +891,7 @@ checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70" [[package]] name = "rusty-sidekiq" -version = "0.10.5" +version = "0.11.0" dependencies = [ "async-trait", "bb8", diff --git a/Cargo.toml b/Cargo.toml index 19b5f4e..8661b57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-sidekiq" -version = "0.10.5" +version = "0.11.0" edition = "2021" description = "A rust sidekiq server and client using tokio" authors = ["Garrett Thornburg "]