Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9e221f7

Browse files
committed
don't specify version for self dev dep
1 parent f8a8e0c commit 9e221f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ bevy = { version = "0.11", default-features = false, features = [
5959
"zstd",
6060
"tonemapping_luts",
6161
] }
62-
bevy_mod_picking = { version = "0.16", path = "" }
62+
bevy_mod_picking = { path = "" }
6363

6464
[features]
6565
all = [

0 commit comments

Comments
 (0)