mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-13 14:14:57 +00:00
873eca6350
Summary: In addition to a routine libdef update, we also need to work around a particularly nasty new bug in Flow, which requires `any`-casts that are even more unsafe than usual. That said, I think that it’s worth that cost to remain up to date with Flow, so that we can amortize future such issues. Test Plan: Running `yarn travis --full` passes. wchargin-branch: upgrade-flow-v0.76.0