Auto-release can hit a race condition when publishing the helix crate · Issue #90 · tildeio/helix · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
The helix crate depends on the libcruby-sys crate being published. crates.io apparently has a slight delay in the publish status showing up so trying to publish helix right after libcruby-sys can cause an error about libcruby-sys not being the correct version on crates.io. This might be as simple as adding a retry with sleep.
The text was updated successfully, but these errors were encountered:
The helix crate depends on the libcruby-sys crate being published. crates.io apparently has a slight delay in the publish status showing up so trying to publish helix right after libcruby-sys can cause an error about libcruby-sys not being the correct version on crates.io. This might be as simple as adding a retry with sleep.
The text was updated successfully, but these errors were encountered: