From 6794672c9790783dd5d1029f8847d4568dc4a13d Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sat, 6 Nov 2021 15:20:27 +0000 Subject: [PATCH] update for new version (doesn't really matter though) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"