We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3aabcb commit 830bcdeCopy full SHA for 830bcde
Cargo.toml
@@ -85,7 +85,7 @@ members = [
85
exclude = ['crates/typescript']
86
87
[patch.crates-io]
88
-wasm-bindgen = { path = '.' }
89
-wasm-bindgen-futures = { path = 'crates/futures' }
90
-js-sys = { path = 'crates/js-sys' }
91
-web-sys = { path = 'crates/web-sys' }
+wasm-bindgen = { path = '.', version = '0.2.40' }
+wasm-bindgen-futures = { path = 'crates/futures', version = '0.3.17' }
+js-sys = { path = 'crates/js-sys', version = '0.3.17' }
+web-sys = { path = 'crates/web-sys', version = '0.3.17' }
0 commit comments