From 06e9cbce0d6c81515bf168d54a34233437b83e1d Mon Sep 17 00:00:00 2001 From: James Gayfer <10660608+jgayfer@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:37:46 -0700 Subject: [PATCH] Oopsie --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8c8a4f..07c33a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bevy = { version = "0.14", default-features = false, features = [ smallvec = "1.13" [dev-dependencies] -bevy = { version = "0.15.0-rc.1", default-features = false, features = [ +bevy = { version = "0.14", default-features = false, features = [ "bevy_render", "bevy_core_pipeline", "bevy_winit",