From f161032eb4357bc9f8578337c4eac0a52c5a1fd4 Mon Sep 17 00:00:00 2001 From: Erwan Vivien Date: Wed, 28 Feb 2024 10:47:07 +0100 Subject: [PATCH] feat: update to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf7ce4f..f93dd09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast_qr" -version = "0.11.0" +version = "0.12.0" authors = ["erwan.vivien "] edition = "2021" description = "Generates optimized QRCode"