Skip to content

Commit

Permalink
⬆️ liblzma enable static feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Sep 27, 2023
1 parent 7a3a755 commit f70e126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ crc32fast = "1.2.2"
crypto-common = { version = "0.1.6", features = ["std"] }
ctr = { version = "0.9.2", features = ["std"] }
flate2 = "1.0.27"
liblzma = "0.1.8"
liblzma = { version = "0.1.8", features = ["static"] }
password-hash = "0.5.0"
pbkdf2 = { version = "0.12.2", features = ["simple", "parallel"] }
rand = "0.8.5"
Expand Down

0 comments on commit f70e126

Please sign in to comment.