mirror of
https://github.com/bootandy/dust.git
synced 2025-12-12 15:49:58 -08:00
15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
# ----------- To do a release ---------
|
|
# Compare times of runs to check no drastic slow down:
|
|
# time target/release/dust ~/dev
|
|
# time dust ~dev
|
|
|
|
# edit version in cargo.toml
|
|
# tag a commit and push (increment version in Cargo.toml 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 .
|