From 7613f6cd7bfd16b2a1d4521f65cd7620581b52a1 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Tue, 23 Apr 2024 11:29:26 +0200 Subject: [PATCH] chore(cargo): bump crate version to 0.12.0 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 29dba8d..03a3d8f 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.3" +version = "0.12.0" [features] default = ["cache", "mock", "logging"]