e26b1e550fd27911
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...