From 056a96f7fcdb2ee633b44878843aea92e690947f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sun, 15 Aug 2021 15:49:46 -0500 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e5b22a..6f583ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ features = [ backtrace = "0.3" bevy_input_actionmap = { path = "../bevy_input_actionmap" } bevy_openal = { path = "../bevy_openal" } -bevy_rapier2d = "0.10" +bevy_rapier2d = "0.11" bevy_tts = { path = "../bevy_tts" } coord_2d = "0.3" derive_more = "0.99"