taplo icon indicating copy to clipboard operation
taplo copied to clipboard

taplo-cli 0.9.1 not released to crates.io yet

Open silwol opened this issue 1 year ago • 4 comments

Hi there,

Attempting to execute cargo install taplo-cli in a restricted environment without an openssl-compatible library, I hit issue #554 . It appears taplo-cli release 0.9.1 is already tagged and fixes this problem, but not yet released to crates.io. No idea whether there is a specific process before publishing happens, or whether it's just an oversight. Creating this issue to inform you in case it's the latter.

silwol avatar Feb 16 '24 12:02 silwol

This might be related to tags not being automatically created: https://github.com/tamasfe/taplo/pull/547#issuecomment-1947560805. But I just checked and it looks like the tags exist now, so maybe it's just a matter of actually doing cargo publish.

ia0 avatar Feb 16 '24 12:02 ia0

Any update on this? I'd love to introduce this into our CI where we run some alpine containers without OpenSSL, which is impossible with 0.9.0 and should be fixed with 0.9.1 iiuc. @tamasfe or @JounQin can either of you shed some light on this?

silwol avatar Mar 06 '24 08:03 silwol

It seems like not only the crates were not released but also the VS Code extension. Probably the same issue.

ia0 avatar Mar 07 '24 10:03 ia0

I'm looking forward the fix for #438, which was merged back in August, but the VS Code extension hasn't been updated in almost a year. What's blocking a new release after all?

lucaspar avatar Jun 13 '24 00:06 lucaspar

The publish CI failed to publish because taplo-cli v0.9.1 depends on taplo v0.13.1, but for some reason the publishing of taplo v0.13.1 failed, so the highest version of taplo in crates.io is v0.13.0, that prevents taplo-cli to find the correct version.

lxl66566 avatar Jul 31 '24 06:07 lxl66566

https://crates.io/crates/taplo-cli/0.9.3

panekj avatar Jul 31 '24 11:07 panekj