ron: support upstream changes#10649
Conversation
|
manunio has previously contributed to projects/ron. The previous PR was #8676 |
|
@manunio I thought I had fixed the unknown feature bug already by removing the Cargo.lock file from the fuzzer, which had pinned an old version of proc-macro2. |
Hi, I'm not sure why but it was still failing at my local machine even after applying your fix. Let me check that against ci. |
|
@juntyr checked it against ci its failing. |
Oh dang that’s my fault, sorry. The PR branch wasn’t rebased yet - let me fix that quickly |
|
Ok, let’s see if CI works now. If it does, I’ll merge the PR into ron and we can change this PR to just point at the ron head again. |
@juntyr ci is passing now. |
Thank you so much for your help! I've merged the PR into ron. |
Pins rust version for Add a fuzzer test that serialises and deserialises arbitrary typed serde data + fix&[u8]de ron-rs/ron#462 (Build was failing locally withunknown feature proc_macro_span_shrinkerror)cc @juntyr