[go: up one dir, main page]

cadence 0.19.1

An extensible Statsd client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# update Cargo.toml
# update changelog
# update changelog date
# update changelog link
cargo clean
git tag -l
git tag 0.1.0
cargo package
cargo publish
git push --tags origin
git push --tags github