Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
303: Bump parking_lot packages r=jonas-schievink a=eliascodes This is motivated by recent changes to `parking_lot` affecting `wasm32-unknown-unknown` targets (see Amanieu/parking_lot#269 if interested). My project depends on `parking_lot` via `salsa`, which is why I'm facing this issue. TLDR is that `parking_lot` released a new version that provides a fix for the above. I'm hoping that version can be included in a future version of `salsa`. For reference, here's the relevant part of the changelog: https://github.com/Amanieu/parking_lot/blob/HEAD/CHANGELOG.md#parking_lot-0120-parking_lot_core-090-lock_api-046-2022-01-28 I belive the only changes that might affect APIs used by `salsa` are in PRs Amanieu/parking_lot#313 and https://github.com/Amanieu/parking_lot/pull/344/files, but I'm unfamiliar with the internals of either project so could easily be wrong. I can build and test successfully locally with these bumps. Let me know if there's anything else I can do to help this over the line. Co-authored-by: Elias Malik <elias0789@gmail.com>
- Loading branch information