Skip to content

Commit

Permalink
Specify bevy_xpbd_derive version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf committed Jun 19, 2023
1 parent b733973 commit 1691709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_xpbd_2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ path = "../../src/lib.rs"
required-features = [ "2d" ]

[dependencies]
bevy_xpbd_derive = { path = "../bevy_xpbd_derive" }
bevy_xpbd_derive = { path = "../bevy_xpbd_derive", version = "0.1" }
bevy = { version = "0.10.1", default-features = false }
bevy_prototype_debug_lines = { version = "0.10.1", optional = true }
parry2d = { version = "0.13.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/bevy_xpbd_3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ path = "../../src/lib.rs"
required-features = [ "3d" ]

[dependencies]
bevy_xpbd_derive = { path = "../bevy_xpbd_derive" }
bevy_xpbd_derive = { path = "../bevy_xpbd_derive", version = "0.1" }
bevy = { version = "0.10.1", default-features = false }
bevy_prototype_debug_lines = { version = "0.10.1", optional = true, features = [ "3d" ] }
parry3d = { version = "0.13.1", optional = true }
Expand Down

0 comments on commit 1691709

Please sign in to comment.