Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
chore: Remove dependency `once_cell`
Merged lorenz opened 10 months ago

Rust 1.80 introduced std::sync::LazyLock which achieves the same, so cut down on dependencies a bit.

See: https://doc.rust-lang.org/1.80.0/std/sync/struct.LazyLock.html

lorenz opened with revision da22e804 on base 3bc0db68 +50 -60 10 months ago

Rust 1.80 introduced std::sync::LazyLock which achieves the same, so cut down on dependencies a bit.

See: https://doc.rust-lang.org/1.80.0/std/sync/struct.LazyLock.html

fintohaps merged revision da22e804 at d50df68b 10 months ago