From 4c766c5c7a6a833adec61e6bc40593f1b6e2a727 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Wed, 26 Sep 2018 07:37:51 -0700 Subject: [PATCH] Start `web-sys` at 0.3.0 --- crates/web-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/web-sys/Cargo.toml b/crates/web-sys/Cargo.toml index 14fc26c6..695ec45d 100644 --- a/crates/web-sys/Cargo.toml +++ b/crates/web-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web-sys" -version = "0.1.0" +version = "0.3.0" authors = ["The wasm-bindgen Developers"] readme = "./README.md" homepage = "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"