From f6855ff727141bb28f65c8c7f25cf2d5592225c1 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 4 Oct 2022 14:53:06 -0500 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3603ca1..2f8ed7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ features = [ [dependencies] backtrace = "0.3" -bevy_rapier2d = "0.16" +bevy_rapier2d = "0.17" bevy_synthizer = { git = "https://labs.lightsout.games/projects/bevy_synthizer" } bevy_tts = { version = "0.1", default-features = false, features = ["tolk"] } coord_2d = "0.3"