Skip to content

Commit

Permalink
Bump gilrs version to 0.10 (#6558)
Browse files Browse the repository at this point in the history
# Objective
Fix #6555.

## Solution
Bump `gilrs` version to 0.10.
  • Loading branch information
james7132 authored and cart committed Nov 30, 2022
1 parent 97d94b6 commit e30019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_gilrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ bevy_input = { path = "../bevy_input", version = "0.9.0" }
bevy_utils = { path = "../bevy_utils", version = "0.9.0" }

# other
gilrs = "0.9.0"
gilrs = "0.10.1"

0 comments on commit e30019b

Please sign in to comment.