Skip to content

Commit

Permalink
feat: 0.11.0
Browse files Browse the repository at this point in the history
- Removed some warnings
- Cleaned-up the repo
- Fixed diagonally flipped SVGs & images
  • Loading branch information
erwanvivien committed Dec 30, 2023
1 parent 5702ee8 commit 08b973e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fast_qr"
version = "0.10.4"
version = "0.11.0"
authors = ["erwan.vivien <erwan.vivien@epita.fr>"]
edition = "2021"
description = "Generates optimized QRCode"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 08b973e

Please sign in to comment.