-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also update docs, so I don't partially update a version number again
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
# ----------- To do a release --------- | ||
# Compare times of runs to check no drastic slow down: | ||
# time target/release/dust ~/dev | ||
# time dust ~dev | ||
# hyperfine 'target/release/dust /home/andy' | ||
# hyperfine 'dust /home/andy' | ||
|
||
# edit version in cargo.toml | ||
# cargo build --release | ||
# commit changed files | ||
# 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 . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters