lita-xyz / rust-examples

Apache License 2.0
2 stars 1 forks source link

chore(deps): unnecessary getrandom deps #3

Closed mratsim closed 3 hours ago

thealmarty commented 1 week ago

Did you try these without those dep? Because with valida-rs we need at least getrandom otherwise it doesn't compile for me. See https://github.com/lita-xyz/valida-toolchain/issues/459

mratsim commented 1 week 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

thealmarty commented 1 week ago

I think it's not because of the macro? Does it compile for you without that dep? It doesn't for me.