Closed ehuss closed 4 months ago
This fixes a mistake in a comment that prevented cargo test from running, and thus prevents publishing.
cargo test
I also forgot to update Cargo.lock for the version bump. I did that, and also updated all outdated dependencies.
Cargo.lock
Finally, I added some steps to CI to avoid future issues.
This fixes a mistake in a comment that prevented
cargo test
from running, and thus prevents publishing.I also forgot to update
Cargo.lock
for the version bump. I did that, and also updated all outdated dependencies.Finally, I added some steps to CI to avoid future issues.