We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3088fd9 commit e0ead0eCopy full SHA for e0ead0e
tmc-langs-util/src/progress_reporter.rs
@@ -6,6 +6,7 @@ use std::time::Instant;
6
7
/// The format for all status updates. May contain some data.
8
#[derive(Debug, Serialize)]
9
+#[serde(rename_all = "kebab-case")]
10
pub struct StatusUpdate<T> {
11
pub finished: bool,
12
pub message: String,
0 commit comments