starknet-io / types-rs

🐺 Starknet Rust types 🦀
MIT License
63 stars 37 forks source link

fix!(core): lazy_static in feature #52

Closed 0xLucqs closed 5 months ago

0xLucqs commented 5 months ago

lazy_static depends on spin which breaks for thumbv6m-none-eabi target (which is in the starknet rs ci) so put that behind a feature flag. THIS IS A BREAKING CHANGE