Skip to content

Commit

Permalink
fix(deps): downgrade self-update to fix problems finding right target (
Browse files Browse the repository at this point in the history
…#1323)

Fixes #1291

Related: jaemk/self_update#136

---------

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan authored Oct 16, 2024
1 parent 3a1eb29 commit 24a7ec5
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 12 deletions.
130 changes: 119 additions & 11 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ indicatif = "0.17"
itertools = "0.13"
once_cell = "1.20"
open = "5.3.0"
self_update = { version = "0.41", default-features = false, optional = true, features = ["rustls", "archive-tar", "compression-flate2"] }
self_update = { version = "0.39.0", default-features = false, optional = true, features = ["rustls", "archive-tar", "compression-flate2"] } # FIXME: Downgraded to 0.39.0 due to https://github.com/jaemk/self_update/issues/136
toml = "0.8"

[dev-dependencies]
Expand Down

0 comments on commit 24a7ec5

Please sign in to comment.