From 2c8b7c5c2c9297273abfba8f7743f1bc25f166b1 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 28 Sep 2025 13:10:04 -0545 Subject: upgrade bevy to 0.17.0-rc.2 --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b2e1642b..b8259867 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,11 +34,11 @@ anyhow = "1" async-compat = "0.2" async-recursion = "1" base64 = "0.22" -bevy_app = "0.16" -bevy_ecs = { version = "0.16", default-features = false } -bevy_log = "0.16" -bevy_tasks = "0.16" -bevy_time = "0.16" +bevy_app = "0.17.0-rc.2" +bevy_ecs = { version = "0.17.0-rc.2", default-features = false } +bevy_log = "0.17.0-rc.2" +bevy_tasks = "0.17.0-rc.2" +bevy_time = "0.17.0-rc.2" byteorder = "1" cfb8 = "0.8" chrono = { version = "0.4", default-features = false } @@ -67,7 +67,7 @@ rand = "0.9" regex = "1" reqwest = { version = "0.12", default-features = false } rsa = "0.10.0-rc.8" -signature = "=3.0.0-rc.4" # TODO: Remove when rsa is fixed. +signature = "=3.0.0-rc.4" # TODO: Remove when rsa is fixed. rsa_public_encrypt_pkcs1 = "0.4" rustc-hash = "2" serde = "1" -- cgit v1.2.3