From eb33cfe1945a68f0053a35a9f713eb755b7ea330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Rica=20Pais=20da=20Silva?= Date: Fri, 28 Jun 2024 08:24:23 +0200 Subject: [PATCH] chore: update to the latest rc v4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abe373f..40b50dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.7.0" rust-version = "1.76.0" [workspace.dependencies] -bevy = { version = "0.14.0-rc.3", default-features = false } +bevy = { version = "0.14.0-rc.4", default-features = false } serde = "1" serde_derive = "1" rand_core = { version = "0.6", features = ["std"] }