diff --git a/Cargo.toml b/Cargo.toml index 329b0e5..50567eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mixsy" description = "combine Bitsy games" -version = "0.75.1" +version = "0.710.0" authors = ["Max Bradbury "] edition = "2018" license = "MIT" @@ -13,6 +13,6 @@ repository = "https://tinybird.dev/max/mixsy" crate-type = ["cdylib"] [dependencies] -"bitsy-parser" = "^0.75.0" +"bitsy-parser" = "^0.710.0" "lazy_static" = "^1.4.0" -"wasm-bindgen" = "^0.2.74" +"wasm-bindgen" = "^0.2.78"