From 9493c1ad06c7e91be1f22fed8102def55dac747d Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 15 Jun 2022 13:51:30 +0900 Subject: [PATCH] Fix Cargo.toml --- plume-front/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/plume-front/Cargo.toml b/plume-front/Cargo.toml index abecda87..9a3b862a 100644 --- a/plume-front/Cargo.toml +++ b/plume-front/Cargo.toml @@ -15,8 +15,6 @@ lazy_static = "1.3" serde = "1.0" serde_json = "1.0" wasm-bindgen = "0.2.81" -js-sys = "0.3.57" -wasm-bindgen = "0.2.80" js-sys = "0.3.58" serde_derive = "1.0.123" console_error_panic_hook = "0.1.6"