Skip to content

Commit

Permalink
Merge pull request #178 from xsnippet/cross
Browse files Browse the repository at this point in the history
Build and link with openssl statically
  • Loading branch information
malor authored Nov 26, 2024
2 parents dd578cb + bbe157b commit 8c7f829
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ tracing = "0.1.25"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
uuid = { version = "0.8.2", features = ["v4"] }
percent-encoding = "2.1.0"
openssl-sys = { version = "0.9.104", features = ["vendored"] }

[dev-dependencies]
tempfile = "3.2.0"
Expand Down
5 changes: 0 additions & 5 deletions Cross.toml

This file was deleted.

0 comments on commit 8c7f829

Please sign in to comment.