Skip to content

Commit

Permalink
Mark Msg as pub
Browse files Browse the repository at this point in the history
Seems to break the build on 1.72.0 otherwise.
  • Loading branch information
YaLTeR committed Jan 28, 2024
1 parent dd96755 commit 367e495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ enum Sub {
}

#[derive(Subcommand)]
enum Msg {
pub enum Msg {
/// List connected outputs.
Outputs,
}
Expand Down

0 comments on commit 367e495

Please sign in to comment.