From 1c9bac93a0624272b25ea1a75c041cb664b8bf48 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Fri, 25 Aug 2023 15:57:28 +0200 Subject: [PATCH] Update version to v0.11.2 in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ea173e..f7294b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ exclude = [ license = "MIT" readme = "README.md" repository = "https://github.com/rustadopt/uzers-rs" -version = "0.11.1" +version = "0.11.2" [features] default = ["cache", "mock", "logging"]