Skip to content

Commit

Permalink
chore(deps): update muda crate to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Aug 15, 2024
1 parent 8d5b980 commit 8857b7d
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.14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tray-icon": "minor"
---

Updated `muda` crate to `0.14`
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.13", default-features = false }
muda = { version = "0.14", default-features = false }
crossbeam-channel = "0.5"
once_cell = "1"
thiserror = "1.0"
Expand Down

0 comments on commit 8857b7d

Please sign in to comment.