Skip to content

Commit

Permalink
bump edges dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
shnewto committed May 12, 2024
1 parent d283545 commit cbb8c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rapier2d = ["dep:bevy_rapier2d"]
bevy = "0.13.0"
bevy_rapier2d = { version = "0.25.0", optional = true }
bevy_xpbd_2d = { version = "0.4.2", optional = true }
edges = { version = "0.3.0", features = ["bevy"] }
edges = { version = "0.3.2", features = ["bevy"] }
thiserror = "1.0.57"

[dev-dependencies]
Expand Down

0 comments on commit cbb8c5c

Please sign in to comment.