From 61eb7df0c819c8d6cafb904ea283b537732ca1dc Mon Sep 17 00:00:00 2001 From: Anton Danilkin Date: Sun, 16 Sep 2018 23:39:00 +0300 Subject: [PATCH] Update weedle --- crates/webidl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/webidl/Cargo.toml b/crates/webidl/Cargo.toml index c7203ca6..9aeebaf8 100644 --- a/crates/webidl/Cargo.toml +++ b/crates/webidl/Cargo.toml @@ -20,4 +20,4 @@ proc-macro2 = "0.4.8" quote = '0.6' syn = { version = '0.15', features = ['full'] } wasm-bindgen-backend = { version = "=0.2.21", path = "../backend" } -weedle = "0.7" +weedle = "0.8"