Skip to content

Commit

Permalink
set openssl dependency as vendored
Browse files Browse the repository at this point in the history
Fixes build github action error caused by dependency of a non-included openssl system binary in the action used to build MicroBin
  • Loading branch information
szabodanika committed Jul 10, 2023
1 parent 6e76cb7 commit 9e03864
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 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.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ magic-crypt = "3.1.12"
rusqlite = { version = "0.29.0", features = ["bundled"] }
reqwest = { version = "0.11", features = ["json"] }

[dependencies.openssl]
version = "0.10.51"
features = ["vendored"]

[profile.release]
lto = true
strip = true

0 comments on commit 9e03864

Please sign in to comment.