diff --git a/crates/bevy_gilrs/Cargo.toml b/crates/bevy_gilrs/Cargo.toml index 21b4b83e99..b2b037e19e 100644 --- a/crates/bevy_gilrs/Cargo.toml +++ b/crates/bevy_gilrs/Cargo.toml @@ -17,7 +17,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev" } bevy_time = { path = "../bevy_time", version = "0.15.0-dev" } # other -gilrs = "0.10.1" +gilrs = "0.11.0" thiserror = "1.0" [lints]