diff --git a/Cargo.toml b/Cargo.toml index e2360ee..cf7ce4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast_qr" -version = "0.10.4" +version = "0.11.0" authors = ["erwan.vivien "] edition = "2021" description = "Generates optimized QRCode" @@ -45,7 +45,10 @@ base64 = "0.21.3" qrcode = "0.12.0" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] -criterion = { version = "0.4", default-features = false, features = ["cargo_bench_support", "plotters"]} +criterion = { version = "0.4", default-features = false, features = [ + "cargo_bench_support", + "plotters", +] } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] criterion = "0.4"