From d59b4decf72a96932a1482cc27fe4c0b50c40d32 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 1 Jul 2019 17:44:23 +0200 Subject: [PATCH] Return stdweb to old version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a7490c..a8cd17c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ coreaudio-rs = { version = "0.9.1", default-features = false, features = ["audio core-foundation-sys = "0.6.2" # For linking to CoreFoundation.framework and handling device name `CFString`s. [target.'cfg(target_os = "emscripten")'.dependencies] -stdweb = { version = "0.4.17", default-features = false } +stdweb = { version = "0.1.3", default-features = false }