Skip to content

Commit

Permalink
Merge pull request #74 from axodotdev/xz_static
Browse files Browse the repository at this point in the history
feat: use xz2 static feature
  • Loading branch information
Gankra authored Dec 19, 2023
2 parents 239394b + 81f4e0f commit 85665ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde = { version = "1.0.159", optional = true, features = ["derive"] }
tar = { version = "0.4.38", optional = true }
zip = { version = "0.6.4", optional = true }
flate2 = { version = "1.0.25", optional = true }
xz2 = { version = "0.1.7", optional = true }
xz2 = { version = "0.1.7", optional = true, features = ["static"] }
toml_edit = { version = "0.21.0", optional = true }
walkdir = "2.3.3"

Expand Down

0 comments on commit 85665ec

Please sign in to comment.