From 5d31f733026897401cd87a8937f71d3d12ac0701 Mon Sep 17 00:00:00 2001 From: Ben Merritt Date: Mon, 17 Jun 2019 22:56:37 -0700 Subject: [PATCH] Clean up Cargo.toml after incorrect rebase --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e23c1d06..13ec2984 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,10 +102,6 @@ features = [ version = "0.2.45" optional = true -[target.'cfg(target_arch = "wasm32")'.dependencies.stdweb] -version = "0.4.17" -optional = true - [target.'cfg(target_arch = "wasm32")'.dependencies] stdweb = { path = "../stdweb", optional = true } instant = { version = "0.1", features = ["stdweb"] }