ExpHP / rsp2

phonons in rust
Apache License 2.0
2 stars 1 forks source link

Package version fixes #111

Closed colin-daniels closed 3 years ago

colin-daniels commented 3 years ago

Was trying to run rsp2 and got a few different panics related to uninitialized memory in some of the dependencies. Bumping serde_yaml to 0.8 and rayon to 1.5 fixed both. Also fixed some minor warnings.

ExpHP commented 3 years ago

Ack! I had already made similar changes locally

ExpHP commented 3 years ago

Try 9f5ce63b99a which should in principle fix the same issues

(rather than updating serde_yaml it updated linked-hash-map which was the faulty dependency of serde_yaml)

colin-daniels commented 3 years ago

Try 9f5ce63 which should in principle fix the same issues

(rather than updating serde_yaml it updated linked-hash-map which was the faulty dependency of serde_yaml)

Looks to work. You should push more often :stuck_out_tongue: