update for new version (doesn't really matter though)
This commit is contained in:
parent
d2c3269eba
commit
6794672c97
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mixsy"
|
name = "mixsy"
|
||||||
description = "combine Bitsy games"
|
description = "combine Bitsy games"
|
||||||
version = "0.75.1"
|
version = "0.710.0"
|
||||||
authors = ["Max Bradbury <max@tinybird.info>"]
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -13,6 +13,6 @@ repository = "https://tinybird.dev/max/mixsy"
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
"bitsy-parser" = "^0.75.0"
|
"bitsy-parser" = "^0.710.0"
|
||||||
"lazy_static" = "^1.4.0"
|
"lazy_static" = "^1.4.0"
|
||||||
"wasm-bindgen" = "^0.2.74"
|
"wasm-bindgen" = "^0.2.78"
|
||||||
|
|
Loading…
Reference in New Issue