From aea19fcd6cd6d7038a694286323fa6a175130343 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sat, 7 Nov 2020 16:27:58 +0000 Subject: [PATCH] bump bitsy-parser version for hex colours --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69594ee..d6d3d7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ repository = "https://tinybird.dev/max/image-to-bitsy" crate-type = ["cdylib"] [dependencies] -"base64" = "^0.12.3" -"bitsy-parser" = "^0.72.4" -"image" = "^0.23.7" -"json" = "^0.12.4" -"lazy_static" = "^1.4.0" -"wasm-bindgen" = "=0.2.64" # newer versions are bugged... +base64 = "^0.12.3" +bitsy-parser = "^0.72.5" +image = "^0.23.7" +json = "^0.12.4" +lazy_static = "^1.4.0" +wasm-bindgen = "=0.2.64" # newer versions are bugged...