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
fix(Makefile): add a delay between cargo publish steps (#157)
crates.io is async, so publishing will fail if we immediately publish a
second crate after publishing the first. There are definitely more
reliable ways to fix this, but this is "good enough" for a makefile.
It's idempotent anyways...
0 commit comments