Skip to content

Commit

Permalink
Fix bsdiff version
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Apr 11, 2024
1 parent 4c0bda0 commit 3508b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gzip = ["dep:flate2"]

[dependencies]
brotli = { version = "4.0.0", optional = true, default-features = false, features = ["std"] }
bsdiff = { git = "https://github.com/space-wizards/bsdiff-rs.git", rev = "77d9bf7c696eef650505033894a97e33bda471a7", optional = true }
bsdiff = { version = "0.2.0", optional = true }
bzip2 = { version = "0.4.4", optional = true }
flate2 = { version = "1", optional = true }
log = { version = "0.4.4", optional = true }
Expand Down

0 comments on commit 3508b23

Please sign in to comment.