Skip to content

Commit fe4f44b

Browse files
authored
crate publish order: bevy_animation depends on bevy_animation_derive (bevyengine#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
1 parent fac0b34 commit fe4f44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ crates=(
3434
bevy_core_pipeline
3535
bevy_input
3636
bevy_gilrs
37-
bevy_animation
3837
bevy_animation/derive
38+
bevy_animation
3939
bevy_pbr
4040
bevy_gltf
4141
bevy_remote

0 commit comments

Comments
 (0)