Skip to content

Commit

Permalink
release v0.1.7, fix build broken for stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
l1na-forever committed Nov 29, 2023
1 parent c156484 commit a4ea1ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mpris-notifier"
authors = ["Lina <[email protected]>"]
version = "0.1.6"
version = "0.1.7"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/l1na-forever/mpris-notifier"
Expand Down
1 change: 1 addition & 0 deletions src/signal_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ impl SignalHandler {
cmd.args(&command_args[1..command_args.len()]);
Some(cmd)
}
_ => None,
})
.collect();
}
Expand Down

0 comments on commit a4ea1ca

Please sign in to comment.