hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
269 stars 17 forks source link

Update minimum supported lazy_static version #81

Open rnijveld opened 1 year ago

rnijveld commented 1 year ago

The current Cargo.toml on the main branch says that any lazy_static from 1.0.0 should be supported, but that is not actually the case. Building the crate with 1.0.0 and 1.0.1 does not compile at all, whereas 1.0.2 compiles with warnings on any Rust since 1.38. Starting from lazy_static 1.1 the crate actually compiles without warnings.