Closed mratsim closed 3 hours ago
Isn't it covered by the getrandom
explicit dependency for entrypoint?
I didn't remove that one.
https://github.com/lita-xyz/valida-rs/blob/9407d629dd12515735cc3260dffb0f494ef3a795/Cargo.toml#L11
I think it's not because of the macro? Does it compile for you without that dep? It doesn't for me.
Did you try these without those dep? Because with
valida-rs
we need at leastgetrandom
otherwise it doesn't compile for me. See https://github.com/lita-xyz/valida-toolchain/issues/459