openrr / urdf-rs

URDF parser for Rust
Apache License 2.0
31 stars 11 forks source link

Use std::sync::LazyLock instead of once_cell #103

Closed taiki-e closed 3 months ago

taiki-e commented 3 months ago

std::sync::LazyLock has been stabilized in Rust 1.80.

The first commit is CI fix from #102.