Skip to content

Commit

Permalink
Migrate dirs-next to dirs for updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Jun 30, 2024
1 parent 6dedb3f commit 7add183
Show file tree
Hide file tree
Showing 2 changed files with 2 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 plugins/updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ zip = { version = "2", default-features = false, optional = true }
windows-sys = { version = "0.52.0", features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging" ] }

[target."cfg(target_os = \"linux\")".dependencies]
dirs-next = "2"
dirs = "5"
tar = { version = "0.4", optional = true }
flate2 = { version = "1", optional = true }

Expand Down

0 comments on commit 7add183

Please sign in to comment.