Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

vendored openssl #277

Merged
merged 1 commit into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 106 additions & 0 deletions src-tauri/Cargo.lock

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

3 changes: 3 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ tracing = "0.1.31"
tracing-bunyan-formatter = "0.3.2"
tracing-subscriber = "0.3.11"

# TODO: below is here for feature unification (ubuntu22.04 does not have openssl1.1 and it is creating problems for us, attohttpc is the dependency)
openssl = { version = "0.10.40", features = ["vendored"] }

[dependencies.libp2p]
version = "0.44.0"
default-features = false
Expand Down