diff options
author | Nick Gerace <nickagerace@gmail.com> | 2022-07-05 22:33:25 -0400 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2022-07-05 22:33:25 -0400 |
commit | 81ffdad9565354866b6ba379b147d805869f094d (patch) | |
tree | f40cc1cd19644bfa0a4ac79e7f2aac6ebb3c97ff /rustfmt.toml | |
parent | e2de9e9e6588d1931b0ef56c09999b2b4aff1d13 (diff) | |
download | gfold-81ffdad9565354866b6ba379b147d805869f094d.zip |
Update to 4.0.1
Functional:
- Update "Cargo.toml" version to 4.0.1
- Bump all packages
- Add warnings check to "cargo doc" in CI
- Remove bash scripts (install and uninstall) and move their logic to
markdown docs
Docs:
- Move download and install from source instructions to their own file
- Add "cargo doc" warnings check to dev docs
- Rename scripts to performance testing scripts where mentioned
- Add "quiet" flag to "cargo run" for scripts
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..43d4840 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +newline_style = "Unix" |