Skip to content

Commit e0ead0e

Browse files
committed
kebab-case for statusupdate
1 parent 3088fd9 commit e0ead0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmc-langs-util/src/progress_reporter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use std::time::Instant;
66

77
/// The format for all status updates. May contain some data.
88
#[derive(Debug, Serialize)]
9+
#[serde(rename_all = "kebab-case")]
910
pub struct StatusUpdate<T> {
1011
pub finished: bool,
1112
pub message: String,

0 commit comments

Comments
 (0)