dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

pin SWC again to fix cli building

Open jkelleyrtp opened this issue 1 year ago • 1 comments

swc keeps breaking semver in patch releases :(

pin yet another crate of theirs

Closes #2878

jkelleyrtp avatar Aug 19 '24 21:08 jkelleyrtp

cargo update is ignoring this pin because the swc_ecma_transforms_proposal dependency is for manganis/cli-support

swc (and swc_common) were pinned in DioxusLabs/manganis#60, but the original issue has since been resolved and [email protected] through 0.284.0 are incompatible with [email protected]: swc-project/swc#9455

[email protected] fixes this: swc-project/swc@238ba8b1d2220202129595185bd4411b9415cc99

ed-li avatar Aug 23 '24 07:08 ed-li

Fixed upstream in https://github.com/DioxusLabs/manganis/pull/67

ealmloff avatar Aug 29 '24 14:08 ealmloff