Skip to content

Commit

Permalink
Re-add openssl again (#1832)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Same old story

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
  • Loading branch information
THenry14 authored Mar 6, 2024
1 parent 417733f commit 5756daf
Show file tree
Hide file tree
Showing 2 changed files with 13 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.

2 changes: 2 additions & 0 deletions crates/forge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ ark-ff = "0.4.0-alpha.7"
ark-std = "0.4.0"
ark-secp256k1 = "0.4.0"
ark-secp256r1 = "0.4.0"
# openssl is being used, please do not remove it!
openssl = { version = "0.10", features = ["vendored"] }
toml_edit = "0.22.6"
flatten-serde-json.workspace = true
smol_str.workspace = true
Expand Down

0 comments on commit 5756daf

Please sign in to comment.