From 224407a3de186a56730c0ebb88a2d5ae70243dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Mon, 8 Jul 2024 21:28:43 +0200 Subject: [PATCH] Bevy 0.15.0-dev --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9e07b0e..de101bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ subcrates = ["bevy_app", "bevy_log", "bevy_utils"] [dependencies] sentry = "0.32.3" sentry-tracing = "0.32.3" -bevy = { version = "0.14.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true } -bevy_app = { version = "0.14.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true } -bevy_log = { version = "0.14.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true } -bevy_utils = { version = "0.14.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true } +bevy = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true } +bevy_app = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true } +bevy_log = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true } +bevy_utils = { version = "0.15.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }