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"]
|
||||
|
||||
[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...
|
||||
|
|
Loading…
Reference in New Issue