lumol-org / lumol

Universal extensible molecular simulation engine
http://lumol.org/
BSD 3-Clause "New" or "Revised" License
184 stars 18 forks source link

Update dependencies #244

Closed Luthaf closed 5 years ago

Luthaf commented 5 years ago

The major update here is the rand crate, which changed quite a bit between 0.4 and 0.5. Now we can pass around &mut RngCore trait objects, instead of having to pass &mut Box<Rng> \o/