Closed tomcraven closed 3 years ago
im trying to compile this for musl target and this has problems with compiling openssl
the openssl dep is not included for memory feature, however memory module was gated on the default feature, not the memory feature
so here i changed pub mod memory to be gated on memory feature from default
pub mod memory
closing in favour of https://github.com/TerminalWitchcraft/actix-ratelimit/pull/13
I have fixed the memory store import error in v0.3.1
im trying to compile this for musl target and this has problems with compiling openssl
the openssl dep is not included for memory feature, however memory module was gated on the default feature, not the memory feature
so here i changed
pub mod memory
to be gated on memory feature from default