Amanieu / intrusive-rs

Intrusive collections for Rust
Apache License 2.0
400 stars 47 forks source link

remove nightly requirement for using alloc crate #45

Closed geogriff-signal closed 4 years ago

geogriff-signal commented 4 years ago

the alloc crate was stabilized in 1.36.0.

in other words.. are you ok with bumping up the MRSV for the "alloc" build to 1.36.0, which was released on July 4, 2019?

Amanieu commented 4 years ago

You need to update the MSRV in .travis.yml

geogriff-signal commented 4 years ago

travis passes now

Amanieu commented 4 years ago

Thanks!