From da5469601baa043faa82a31339bd98c7faf05769 Mon Sep 17 00:00:00 2001 From: Henk Oordt Date: Tue, 4 Jul 2023 12:07:53 +0200 Subject: [PATCH] Bump crate version 0.0.9 => 0.0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea9cf98..8a3b1ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "knien" description = "Typed RabbitMQ interfacing for async Rust" -version = "0.0.9" +version = "0.0.10" edition = "2021" authors = ["Henk Oordt "] license = "MIT OR Apache-2.0"