solana-with-rpc-optimizations/frozen-abi
behzad nouri 88ee8f5820
replaces once_cell::sync::OnceCell with std::sync::OnceLock (#33140)
std::sync::OnceLock has become stable since rust 1.70.0 and there is no
longer a need for an external crate dependency.
2023-09-06 16:46:51 +00:00
..
macro
src replaces once_cell::sync::OnceCell with std::sync::OnceLock (#33140) 2023-09-06 16:46:51 +00:00
Cargo.toml replaces once_cell::sync::OnceCell with std::sync::OnceLock (#33140) 2023-09-06 16:46:51 +00:00
build.rs