From 7fd9940379dcc7f2d4ef7323417b4ad0599c175c Mon Sep 17 00:00:00 2001 From: Miles Murgaw Date: Sun, 14 May 2023 13:52:46 -0400 Subject: [PATCH] fix: wasm version mismatch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff126c419..499f5170e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT/Apache-2.0" # cli core clap = { version = "3.0.14", features = ["derive"] } thiserror = "1.0.30" -wasm-bindgen-cli-support = "0.2.83" +wasm-bindgen-cli-support = "0.2" colored = "2.0.0" # features