fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.34k stars 109 forks source link

deps: Update criterion to 0.5 #213

Closed waywardmonkeys closed 2 months ago

waywardmonkeys commented 10 months ago

I will get back to you about that (in 18-36 hours as I'm about to disappear for 16 hours or so). There's also the issue of the failed MSRV build. Arguably, the MSRV build shouldn't compile everything, but only the core library?

waywardmonkeys commented 10 months ago

@fitzgen Okay, I added html_reports to the features for it.

That leaves MSRV. anstyle requires 1.64, you want 1.63 (but the rust-version in the Cargo.toml is still set to 1.60). Would you want to bump to 1.64 or 1.66? Or not compile tests for MSRV?

fitzgen commented 10 months ago

The tests should run for the MSRV, but benchmarks don't need to. I think cargo compiles all dev deps for tests though.

I think it is fine to bump the MSRV. Would you mind updating the rust-version in Cargo.toml, CI, and the README's documentation as well?

Thanks @waywardmonkeys!

waywardmonkeys commented 6 months ago

Now anstyle wants 1. 70 or later ... I'm not going to chase this as it is somewhat ridiculous.

fitzgen commented 2 months ago

Closing old pull requests.