Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Nov 5, 2024
1 parent 1cf2d7f commit f34e479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bevy = { version = "0.14.0", default-features = false, features = [
"bevy_core_pipeline",
"bevy_pbr",
] }
bevy_mod_picking = { version = ">=0.18, <=0.20", default-features = false, features = [
bevy_mod_picking = { version = "0.20", default-features = false, features = [
"selection",
] }
bevy_mod_raycast = { version = "0.18", default-features = false }
Expand All @@ -33,7 +33,7 @@ bevy = { version = "0.14.0", default-features = false, features = [
"ktx2",
"zstd",
] }
bevy_mod_picking = { version = ">=0.18, <=0.20", default-features = false, features = [
bevy_mod_picking = { version = "0.20", default-features = false, features = [
"selection",
"backend_raycast",
"highlight",
Expand Down

0 comments on commit f34e479

Please # to comment.