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
refactor: replace deprecated lazy_static with std::sync::LazyLock (#734)
Migrate all lazy_static! macro usage to std::sync::LazyLock (stable since
Rust 1.80) across terraphim_rolegraph, terraphim_multi_agent, and
terraphim_automata crates. Removes the lazy_static dependency from all
three Cargo.toml files.
Fixes#136
Co-authored-by: Terraphim AI <noreply@anthropic.com>
0 commit comments