Not really sure that this is the right place to post this, but here goes: The following dependencies leads to a loop: ``` uuid = { version = "1.21.0", features = ["borsh"] } borsh = { version = "1.6.0", features = ["bson"] } ``` full reproduction example here: https://github.com/alexanderkjall/rkyv-loop-demo/