From 49334be7e0c91a8fabe701e5d4a1b1eec34ca6df Mon Sep 17 00:00:00 2001 From: Tiram <18632023+tiram88@users.noreply.github.com> Date: Fri, 29 Sep 2023 19:27:34 +0300 Subject: [PATCH] Add reference --- rpc/wrpc/server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rpc/wrpc/server/Cargo.toml b/rpc/wrpc/server/Cargo.toml index d7efa8107..a9b0e161b 100644 --- a/rpc/wrpc/server/Cargo.toml +++ b/rpc/wrpc/server/Cargo.toml @@ -36,4 +36,5 @@ num_cpus.workspace = true # Adding explicitely the openssl dependency here is needed for a successful build with zigbuild # as used in the release deployment in GitHub CI +# see: https://github.com/rust-cross/cargo-zigbuild/issues/127 openssl = { version = "0.10", features = ["vendored"] }