1 2 3 4 5 6 7
# tx-sitter-client-rust ### Publishing to cargo 1. Update version in Cargo.toml 2. `git tag v1.0.XXXXX` 3. `git push --tags` 4. `cargo publish --allow-dirty`