Skip to content

Commit 7b78f41

Browse files
committed
Update weedle dependency to git dependency
As discussed in wasm-bindgen/weedle#52 (comment)
1 parent 60cbce5 commit 7b78f41

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
@@ -21,7 +21,7 @@ proc-macro2 = "1.0"
2121
quote = '1.0'
2222
syn = { version = '1.0', features = ['full'] }
2323
wasm-bindgen-backend = { version = "=0.2.80", path = "../backend" }
24-
weedle = "0.12"
24+
weedle = { git = "https://github.com/rustwasm/weedle.git" }
2525
lazy_static = "1.0.2"
2626
sourcefile = "0.1"
2727
structopt = "0.3.9"

0 commit comments

Comments
 (0)