Skip to content

Commit ce40388

Browse files
Update weedle requirement from 0.9 to 0.10
Updates the requirements on [weedle](https://github.com/rustwasm/weedle) to permit the latest version. - [Release notes](https://github.com/rustwasm/weedle/releases) - [Commits](rustwasm/weedle@0.9.0...0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d02e115 commit ce40388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/webidl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ proc-macro2 = "0.4.8"
2020
quote = '0.6'
2121
syn = { version = '0.15', features = ['full'] }
2222
wasm-bindgen-backend = { version = "=0.2.47", path = "../backend" }
23-
weedle = "0.9"
23+
weedle = "0.10"

0 commit comments

Comments
 (0)