We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69546a2 commit a125903Copy full SHA for a125903
crates/backend/Cargo.toml
@@ -17,7 +17,7 @@ extra-traits = ["syn/extra-traits"]
17
18
[dependencies]
19
bumpalo = "3.0.0"
20
-lazy_static = "1.0.0"
+lazy_static = "1.0.2"
21
log = "0.4"
22
proc-macro2 = "1.0"
23
quote = '1.0'
crates/webidl/Cargo.toml
@@ -22,6 +22,6 @@ quote = '1.0'
syn = { version = '1.0', features = ['full'] }
wasm-bindgen-backend = { version = "=0.2.69", path = "../backend" }
24
weedle = "0.11"
25
26
sourcefile = "0.1"
27
structopt = "0.3.9"
0 commit comments