diff --git a/crates/bevy_gilrs/Cargo.toml b/crates/bevy_gilrs/Cargo.toml index f67ce8794cfdb..450560ec62fd8 100644 --- a/crates/bevy_gilrs/Cargo.toml +++ b/crates/bevy_gilrs/Cargo.toml @@ -16,4 +16,4 @@ bevy_input = { path = "../bevy_input", version = "0.8.0-dev" } bevy_utils = { path = "../bevy_utils", version = "0.8.0-dev" } # other -gilrs = { version = "0.8.0", features = ["wasm-bindgen"] } +gilrs = { version = "0.9.0", features = ["wasm-bindgen"] }