From ecf902f5f4f0e6eb745f679c8e3272a5b855ddec Mon Sep 17 00:00:00 2001 From: Nixon Date: Wed, 28 Aug 2024 02:18:34 +0800 Subject: [PATCH] chore: use specific versioning for dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d057f09..648e000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ edition = "2021" license = "MIT OR Apache-2.0" [dependencies] -bevy_app = "0.14" -bevy_ecs = "0.14" -bevy_math = "0.14" -bevy_color = "0.14" -bevy_utils = "0.14" -bevy_vello = "0.6" +bevy_app = "0.14.1" +bevy_ecs = "0.14.1" +bevy_math = "0.14.1" +bevy_color = "0.14.1" +bevy_utils = "0.14.1" +bevy_vello = "0.6.1" [dev-dependencies] bevy = "0.14"