You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `no-std` and `std` features to Cargo.toml (std is default) - Add conditional `#![no_std]` attribute to lib.rs - Replace `std::` imports with `core::` equivalents where possible - Add conditional `alloc` crate imports for Vec and other types - Feature-gate std-only modules (serialization, lazy_cache, chunked_evaluations) - Enable o1-utils in no-std CI workflow Closes: o1-labs/mina-rust#1988
0 commit comments