Skip to content

Commit

Permalink
Merge pull request #28233 from ProvableHQ/fix/self-update
Browse files Browse the repository at this point in the history
[Fix] Compression formats for `leo update`.
  • Loading branch information
d0cd authored Jul 17, 2024
2 parents 61680fb + 70b1473 commit feb0eb7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 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 @@ -142,7 +142,7 @@ features = [ "blocking", "json", "multipart" ]

[dependencies.self_update]
version = "0.41.0"
features = [ "archive-zip" ]
features = [ "archive-zip", "compression-zip-deflate" ]

[dependencies.serde]
version = "1.0"
Expand Down

0 comments on commit feb0eb7

Please sign in to comment.