diff --git a/guide/src/web-sys/using-web-sys.md b/guide/src/web-sys/using-web-sys.md index a9e50023a..b270d7ab7 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" ]