From 597d66ab872fa1686a50dd24b66a7f6dba708170 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 25 Jun 2019 01:16:00 -0700 Subject: [PATCH] Update git repo for wasm-webidl-bindings --- crates/cli-support/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli-support/Cargo.toml b/crates/cli-support/Cargo.toml index 9dfb2870..9b803cf8 100644 --- a/crates/cli-support/Cargo.toml +++ b/crates/cli-support/Cargo.toml @@ -23,4 +23,4 @@ wasm-bindgen-anyref-xform = { path = '../anyref-xform', version = '=0.2.47' } wasm-bindgen-shared = { path = "../shared", version = '=0.2.47' } wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.47' } wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.47' } -wasm-webidl-bindings = { git = 'https://github.com/alexcrichton/wasm-webidl-bindings', branch = 'optional-text' } +wasm-webidl-bindings = { git = 'https://github.com/rustwasm/wasm-webidl-bindings' }