Skip to content

Commit

Permalink
Bump bindgen to 0.2.92 to fix the build on the latest nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Mar 11, 2024
1 parent 73b06b2 commit f73df79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ url = { version = "2.5.0", default-features = false }
uuid = { version = "1.7.0", default-features = false }
wasm-bindgen-futures = { version = "0.4.42", default-features = false }
wasm-bindgen-test = { version = "0.3.42", default-features = false }
wasm-bindgen = { version = "0.2.91", default-features = false }
wasm-bindgen = { version = "0.2.92", default-features = false }
web-sys = { version = "0.3.69", default-features = false }
widestring = { version = "1.0.2", default-features = false }
windows-sys = { version = "0.52.0", default-features = false }
Expand Down

0 comments on commit f73df79

Please sign in to comment.