Closed martinfrances107 closed 1 month ago
Thanks for the PR @martinfrances107! If I may add my two cents here - Would it make sense to add this for 0.8? Might give people some time to upgrade
Would it make sense to add this for 0.8? Might give people some time to upgrade
In #2767, the current propposal , the examples and the benchmark sub-modules bump to 1.80 The underlying library is unchnaged (rust-version = "1.75" )
Closing this since #2767 is merged. Feel free to reopen it in case I'm missing something
To me this is minor housekeeping, but I wanted to generate an issue, so this may inform those who are not focused on the detailed flow of PR's. But want changes to Architecture ( or the to tool/infrastructure ).
I want to reduce the attack surface by droping the crate "lazy_static" as the functionality has now been stabilized in std ( as of last weeks release of rust 1.8)
This issue has the awkward aspect that we must bump the MSRV to rust 1.8.
I plan to generate two PR for this isuse.. one for changes to the library only and one for changes to the examples.
For reference see the "Stabilized API" section of the release notes here release notes