From f9687edcb7438602aef567583b5e02295cc98655 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Fri, 14 Aug 2020 12:55:52 +0100 Subject: [PATCH] bump bitsy-parser --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66f1715..aeeb360 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] "base64" = "^0.12.3" -"bitsy-parser" = "^0.71.5" +"bitsy-parser" = "^0.72.0" "image" = "^0.23.7" "wasm-bindgen" = "^0.2.64"