Skip to content

Commit 6f31e23

Browse files
Merge #204
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 <[email protected]>
2 parents e2de9e9 + 81ffdad commit 6f31e23

File tree

10 files changed

+176
-209
lines changed

10 files changed

+176
-209
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- uses: actions-rs/cargo@v1
4040
with:
4141
command: doc
42+
args: --all
43+
env:
44+
RUSTDOCFLAGS: "-Dwarnings"
4245
- uses: actions-rs/cargo@v1
4346
with:
4447
command: test

Cargo.lock

Lines changed: 69 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/nickgerace/gfold/"
1111

1212
edition = "2021"
13-
version = "4.0.0"
13+
version = "4.0.1"
1414

1515
[dependencies]
1616
anyhow = { version = "1", features = ["backtrace"] }

0 commit comments

Comments
 (0)