Skip to content

Commit

Permalink
fix(deps): update rust crate muda to 0.12 (#119)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate muda to 0.12
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent 3386a02 commit 91a5bf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/muda-0.12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tray-icon": minor
---

Updated `muda` dependency to `0.12`
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = [ "muda/serde", "dep:serde" ]
common-controls-v6 = [ "muda/common-controls-v6" ]

[dependencies]
muda = { version = "0.11", default-features = false }
muda = { version = "0.12", default-features = false }
crossbeam-channel = "0.5"
once_cell = "1"
thiserror = "1.0"
Expand Down

0 comments on commit 91a5bf6

Please sign in to comment.