bump bitsy-parser version for hex colours
This commit is contained in:
parent
db3cdf42ff
commit
aea19fcd6c
12
Cargo.toml
12
Cargo.toml
|
@ -11,9 +11,9 @@ repository = "https://tinybird.dev/max/image-to-bitsy"
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
"base64" = "^0.12.3"
|
base64 = "^0.12.3"
|
||||||
"bitsy-parser" = "^0.72.4"
|
bitsy-parser = "^0.72.5"
|
||||||
"image" = "^0.23.7"
|
image = "^0.23.7"
|
||||||
"json" = "^0.12.4"
|
json = "^0.12.4"
|
||||||
"lazy_static" = "^1.4.0"
|
lazy_static = "^1.4.0"
|
||||||
"wasm-bindgen" = "=0.2.64" # newer versions are bugged...
|
wasm-bindgen = "=0.2.64" # newer versions are bugged...
|
||||||
|
|
Loading…
Reference in New Issue