sigp / milhouse

Persistent binary merkle tree
Apache License 2.0
18 stars 7 forks source link

Bump parking_lot to v0.12.1 #34

Closed michaelsproul closed 5 months ago

michaelsproul commented 5 months ago

Update parking_lot version to latest (already being used in LH)

michaelsproul commented 5 months ago

The size of Tree<..> is smaller now which caused our tests to fail (fixed in https://github.com/sigp/milhouse/pull/34/commits/dcf11a8b5cf29e0bc5e8a33976cabb8cfd803cb0). This is not due to the parking_lot update. The Rust compiler just got smarter!