Closed rossdylan closed 1 year ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
turns out I was missing a --locked
arg in my cargo install command, no need to do this upgrade
I've been chasing some weird dependency schenanigans in one of my projects that causes a ton of syn 2.0 version mismatch errors. I think it comes down to swc doing the syn 2.0 upgrade in a patch release, but given the complexities of the crate graph here I'm not sure.
However, upgrading deno_ast's dependency to 0.7.3 seems to fix it for me.