From d1afd02aa84e7b4450c1607277f078eb2a0f1bf3 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sun, 9 Jul 2023 19:11:29 -0500 Subject: Update to Bevy 0.11 (#94) * update to bevy 0.11 * clippy --------- Co-authored-by: mat --- azalea-brigadier/src/context/command_context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-brigadier/src/context/command_context.rs') diff --git a/azalea-brigadier/src/context/command_context.rs b/azalea-brigadier/src/context/command_context.rs index 1734bb05..a8efeeeb 100755 --- a/azalea-brigadier/src/context/command_context.rs +++ b/azalea-brigadier/src/context/command_context.rs @@ -16,7 +16,7 @@ pub struct CommandContext { pub root_node: Arc>>, pub nodes: Vec>, pub range: StringRange, - pub child: Option>>, + pub child: Option>>, pub modifier: Option>>, pub forks: bool, } -- cgit v1.2.3