Skip to content

Commit

Permalink
openssl vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Mar 9, 2024
1 parent 001d713 commit 9e76310
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:

- name: Build
run: |-
cargo build --release --locked --target ${{ matrix.target }}
cargo build --release --locked --target ${{ matrix.target }} --features "openssl/vendored"
64 changes: 64 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 @@ -16,6 +16,7 @@ edition = "2021"
clap = "4"
compound_duration = "1"
git2 = "0.18"
openssl = { version = "0.10", optional = true, features = ["vendored"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
users = "0.11"

0 comments on commit 9e76310

Please sign in to comment.