solana/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 `cargo fmt` using 1.6.0-nightly (#32390) 2023-07-06 20:45:29 -07:00
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