We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d753cc commit c392deeCopy full SHA for c392dee
.github/workflows/checks.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
+ - run: rustup install 1.74 --profile default
15
+ - run: rustup default 1.74
16
- run: cargo fmt --check
17
- run: cargo clippy --tests --all-features -- --deny warnings
18
- run: cargo test
.github/workflows/docs.yml
@@ -18,6 +18,8 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
19
20
21
22
23
- run: cargo doc
24
env:
25
RUSTDOCFLAGS: "--document-private-items --default-theme=ayu -Dwarnings"
0 commit comments