mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
# ----------- To do a release ---------
|
|
# edit version in cargo.toml
|
|
# tag a commit and push (increment version first):
|
|
# git tag v0.4.5
|
|
# git push origin v0.4.5
|
|
|
|
# cargo publish to put it in crates.io
|
|
|
|
# To install locally [Do before pushing it]
|
|
#cargo install --path .
|