From a0db68306aa8c7bd25549b4589a00e0fcf9189b4 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Sat, 3 Aug 2024 15:30:42 +0200 Subject: [PATCH] chore(cargo): update version to 0.12.1 Signed-off-by: Sandro-Alessio Gierens --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d2ca8c..ef6b972 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.12.0" +version = "0.12.1" [features] default = ["cache", "mock", "logging"]