indy-sdk icon indicating copy to clipboard operation
indy-sdk copied to clipboard

use version 0.2.5 of sodiumoxide instead of 0.0.19

Open AxelNennker opened this issue 6 years ago • 1 comments

Signed-off-by: Axel Nennker [email protected]

AxelNennker avatar Jan 18 '20 19:01 AxelNennker

I think the sodium_static feature can and should be removed from Cargo.toml. The libsodium build process has enable-shared=yes and enable-static=yes as a default so both libraries are created, which is good because that uses -fPIC. sodium_static was introduced for linux package building which needs the static library but who cares if the static library is created anyways

AxelNennker avatar Jan 23 '20 14:01 AxelNennker