Skip to content

Commit

Permalink
Merge #204
Browse files Browse the repository at this point in the history
204: Update to 4.0.1 r=nickgerace a=nickgerace

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

Closes #198 
Closes #201

Co-authored-by: Nick Gerace <nickagerace@gmail.com>
  • Loading branch information
bors[bot] and nickgerace committed Jul 6, 2022
2 parents e2de9e9 + 81ffdad commit 6f31e23
Show file tree
Hide file tree
Showing 10 changed files with 176 additions and 209 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: doc
args: --all
env:
RUSTDOCFLAGS: "-Dwarnings"
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down
138 changes: 69 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
repository = "https://github.com/nickgerace/gfold/"

edition = "2021"
version = "4.0.0"
version = "4.0.1"

[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
Expand Down

0 comments on commit 6f31e23

Please sign in to comment.