Update git repo for wasm-webidl-bindings

This commit is contained in:
Alex Crichton 2019-06-25 01:16:00 -07:00
parent e0ef329e17
commit 597d66ab87

View File

@ -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' }