From fe4f44bb4302705396fcd8dfdbb5ce01cd0b0f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Wed, 23 Oct 2024 00:37:04 +0200 Subject: [PATCH] crate publish order: bevy_animation depends on bevy_animation_derive (#16060) # Objective - bevy_animation publication fails because of missed dependency - bevy_animation depends on bevy_animation_derive which is published after ## Solution - Reorder crates bevy_animation and bevy_animation_derive --- tools/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/publish.sh b/tools/publish.sh index 0eeb32255894e..20eb0c13c403a 100644 --- a/tools/publish.sh +++ b/tools/publish.sh @@ -34,8 +34,8 @@ crates=( bevy_core_pipeline bevy_input bevy_gilrs - bevy_animation bevy_animation/derive + bevy_animation bevy_pbr bevy_gltf bevy_remote