SchrodingerZhu / snmalloc-rs

rust bindings of snmalloc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automating keeping snmalloc up to date.

mjp41 opened this issue · comments

For Project Verona @plietar built a github action that automatically raises an issue if the snmalloc submodule is out of date. This might be useful for this project too:

https://github.com/microsoft/verona/blob/master/.github/workflows/update-snmalloc.yaml

Dependabot may have your back: https://dependabot.com/submodules/ .
A random PR sample: osyrisrblx/t#37

I added a Dependabot to watch over the rust crates and git submodules at the same time.