Skip to content

Commit

Permalink
Revert "Try openssl-probe for GH action"
Browse files Browse the repository at this point in the history
This reverts commit c5279a3.
  • Loading branch information
adzialocha committed Nov 17, 2023
1 parent c5279a3 commit 59db6b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 11 additions & 1 deletion Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ gql_client = "1.0.7"
hex = "0.4.3"
indicatif = "0.17.6"
mime_guess = "2.0.4"
openssl-probe = "0.1.5"
p2panda-rs = "0.8.0"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "fs"] }

# Required for cross-compilation in our CI release pipeline
[dependencies.openssl]
version = "0.10.59"
features = ["vendored"]

0 comments on commit 59db6b4

Please sign in to comment.