You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are depending on the retain_mut crate which has been deprecated on May 20 2022 as the standard library integrated this function since 1.61. However, we don't want to remove this dependency right now as it would force us to bump the MSRV to 1.61, we were in 1.56.1.
I would like to bump the MSRV to 1.61 but not right now, maybe in 6 months.
/remind me that must remove the retain_mut dependency in 6 months
The text was updated successfully, but these errors were encountered:
225: Fix the benchmarks datasets URL format r=Kerollmops a=Kerollmops
We were using an URL of the form _git://github.com/orga/repo.git_ which is wrong and GitHub broke it recently. I just changed it to make it valid by using the https://github.com/orga/repo.git format.
This PR also changes the version of `retain_mut` to _=0.1.7_ to avoid CI-breaking warnings. If you want to understand the reason why I am doing that you can read more in #224.
Co-authored-by: Kerollmops <[email protected]>
not-jan
pushed a commit
to not-jan/roaring-rs
that referenced
this issue
Aug 31, 2022
225: Fix the benchmarks datasets URL format r=Kerollmops a=Kerollmops
We were using an URL of the form _git://github.com/orga/repo.git_ which is wrong and GitHub broke it recently. I just changed it to make it valid by using the https://github.com/orga/repo.git format.
This PR also changes the version of `retain_mut` to _=0.1.7_ to avoid CI-breaking warnings. If you want to understand the reason why I am doing that you can read more in RoaringBitmap#224.
Co-authored-by: Kerollmops <[email protected]>
We are depending on the
retain_mut
crate which has been deprecated on May 20 2022 as the standard library integrated this function since 1.61. However, we don't want to remove this dependency right now as it would force us to bump the MSRV to 1.61, we were in 1.56.1.I would like to bump the MSRV to 1.61 but not right now, maybe in 6 months.
/remind me that must remove the retain_mut dependency in 6 months
The text was updated successfully, but these errors were encountered: