gtk-rs / gir

Tool to generate rust bindings and user API for glib-based libraries
https://gtk-rs.org/gir/book/
MIT License
225 stars 99 forks source link

Replace `once_cell` crate with `std::sync::OnceLock` #1532

Closed andy128k closed 5 months ago

andy128k commented 6 months ago

See also https://github.com/gtk-rs/gtk-rs-core/pull/1289

andy128k commented 6 months ago

Tests fail but when I checkout a version of gir-files before this PR then they pass.

bilelmoussaoui commented 6 months ago

Tests fail but when I checkout a version of gir-files before this PR then they pass.

Should be fixed now

andy128k commented 6 months ago

Nope :( still fails

bilelmoussaoui commented 5 months ago

Nope :( still fails

If you rebase, it should