From 7a2f55d2d19c458f8bd0b49cae78dffb55547f8d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 26 Sep 2018 08:11:55 -0700 Subject: [PATCH] Update another git url --- guide/src/web-sys/using-web-sys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/web-sys/using-web-sys.md b/guide/src/web-sys/using-web-sys.md index a9e50023..b270d7ab 100644 --- a/guide/src/web-sys/using-web-sys.md +++ b/guide/src/web-sys/using-web-sys.md @@ -28,7 +28,7 @@ in `Cargo.toml`: ```toml [dependencies.web-sys] -git = "https://github.com/rustwasm/wasm-bindgen" +version = "0.3" features = [ "Window" ]