diff options
| author | mat <git@matdoes.dev> | 2025-11-12 03:20:30 +0300 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-11-12 03:20:30 +0300 |
| commit | ac2b425615dd6cd8562c290e33b06e553559802d (patch) | |
| tree | 6f92eecac00f02420ab8244726dfab05f9f02cc9 /azalea-chat/src | |
| parent | ed69345b80faf193b23f9892cc9439e27a9421a4 (diff) | |
| download | azalea-drasl-ac2b425615dd6cd8562c290e33b06e553559802d.tar.xz | |
upgrade deps
all set to the latest patch release to avoid bugs in older versions
Diffstat (limited to 'azalea-chat/src')
| -rw-r--r-- | azalea-chat/src/style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/src/style.rs b/azalea-chat/src/style.rs index 514944f1..4982a915 100644 --- a/azalea-chat/src/style.rs +++ b/azalea-chat/src/style.rs @@ -374,7 +374,7 @@ define_style_struct! { click_event: ClickEvent, hover_event: HoverEvent, insertion: String, - /// Represented as a `ResourceLocation`. + /// Represented as an `Identifier`. font: String, } |
