v0.1.462
·
104 commits
to master
since this release
fix: salsa pointer compare issue See https://github.com/salsa-rs/salsa/issues/536 There's a fix in the main stream, but that fix is using an unstable api `std::ptr::addr_eq` which will cause compile failure in our ci. Anyway, I decided to swicth salsa to my custom fork before it went stable to avoid possible similar issues.