Skip to content

e26b1e550fd27911

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 16:34
e26b1e5
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...