Merge pull request #1655 from rustwasm/dependabot/cargo/weedle-0.10

Update weedle requirement from 0.9 to 0.10
This commit is contained in:
Alex Crichton 2019-07-11 09:09:33 -05:00 committed by GitHub
commit c21c85a7ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,4 +20,4 @@ proc-macro2 = "0.4.8"
quote = '0.6'
syn = { version = '0.15', features = ['full'] }
wasm-bindgen-backend = { version = "=0.2.47", path = "../backend" }
weedle = "0.9"
weedle = "0.10"