Skip to content

Commit

Permalink
fix dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
budde25 committed Oct 11, 2023
1 parent 2eefa9b commit 85f899c
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 @@ -61,7 +61,7 @@ once_cell = "1.18"
rfd = { version = "0.12", optional = true, default-features = false, features = [
"xdg-portal",
] }
tegra-rcm = { version = "0.5", path = "crates/tegra-rcm" }
tegra-rcm = { version = "0.6", path = "crates/tegra-rcm" }
thiserror = "1.0"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
trash = { version = "3.1", optional = true }
Expand Down

0 comments on commit 85f899c

Please sign in to comment.