Skip to content

Commit

Permalink
fix(ci): no default features for self_update
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Sep 19, 2024
1 parent 82d1dc2 commit 5b67dd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 160 deletions.
159 changes: 0 additions & 159 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 @@ -85,7 +85,7 @@ reqwest = { version = "0.12", default-features = false, features = [


[dependencies]
self_update = { version = "0.41", features = [
self_update = { version = "0.41", default-features = false, features = [
"rustls",
"compression-flate2",
"compression-zip-deflate",
Expand Down

0 comments on commit 5b67dd3

Please sign in to comment.