From f8277294bd628262072e28a32b87c94c4282b49d Mon Sep 17 00:00:00 2001 From: Erwan Vivien Date: Mon, 30 Oct 2023 09:06:36 +0100 Subject: [PATCH] feat: 0.10.4 - Adds std::error::Error trait to ImageError @orar --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7591c0d..e2360ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast_qr" -version = "0.10.3" +version = "0.10.4" authors = ["erwan.vivien "] edition = "2021" description = "Generates optimized QRCode"