diff --git a/backends/bevy_picking_raycast/Cargo.toml b/backends/bevy_picking_raycast/Cargo.toml index 8e3f3a18..e12cfd1e 100644 --- a/backends/bevy_picking_raycast/Cargo.toml +++ b/backends/bevy_picking_raycast/Cargo.toml @@ -20,6 +20,6 @@ bevy_render = { version = "0.13", default-features = false } bevy_transform = { version = "0.13", default-features = false } bevy_window = { version = "0.13", default-features = false } -bevy_mod_raycast = { git = "https://github.com/aevyrie/bevy_mod_raycast.git", branch = "bevy-0.13" } +bevy_mod_raycast = { version = "0.17.0" } # Local bevy_picking_core = { path = "../../crates/bevy_picking_core", version = "0.17" }