Skip to content

Commit

Permalink
fix(deps): update rust crate muda to 0.11 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent a9c22e9 commit db60829
Showing 1 changed file with 1 addition and 1 deletion.
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.10", default-features = false }
muda = { version = "0.11", default-features = false }
crossbeam-channel = "0.5"
once_cell = "1"
thiserror = "1.0"
Expand Down

0 comments on commit db60829

Please sign in to comment.