Skip to content

Commit

Permalink
Make sure bzip2 always gets linked statically
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Nov 15, 2024
1 parent ba1ccfd commit a179763
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ portable_tests = []
docker_test_wrapper = []
gel = []


[workspace.dependencies]
clap = "4.4.6"
termimad = "0.30.0"
Expand Down Expand Up @@ -137,6 +138,10 @@ nom = "7.1.3"
bitflags = "2.6"
renamore = "0.3.2"

[dependencies.bzip2]
version = "*"
features = ["static"]

[dev-dependencies]
assert_cmd = "2.0.8"
predicates = "3.1.2"
Expand Down

0 comments on commit a179763

Please sign in to comment.