File tree 2 files changed +4
-9
lines changed 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -65,22 +65,16 @@ jobs:
65
65
crate : [axum, axum-core, axum-extra, axum-macros]
66
66
steps :
67
67
- uses : actions/checkout@v4
68
- # Pinned version due to failing `cargo-public-api-crates`.
69
- - uses : dtolnay/rust-toolchain@master
70
- with :
71
- toolchain : nightly-2024-06-06
68
+ - uses : dtolnay/rust-toolchain@nightly
72
69
- uses : Swatinem/rust-cache@v2
73
70
with :
74
71
save-if : ${{ github.ref == 'refs/heads/main' }}
75
72
prefix-key : " v0-rust-ubuntu-24.04"
76
73
- name : Install cargo-public-api-crates
77
74
run : |
78
- cargo install --git https://github.com/davidpdrsn/cargo-public-api-crates
79
- - name : Build rustdoc
80
- run : |
81
- cargo rustdoc --all-features --manifest-path ${{ matrix.crate }}/Cargo.toml -- -Z unstable-options --output-format json
75
+ cargo install --git https://github.com/jplatte/cargo-public-api-crates
82
76
- name : cargo public-api-crates check
83
- run : cargo public-api-crates --manifest-path ${{ matrix.crate }}/Cargo.toml --skip-build check
77
+ run : cargo public-api-crates --manifest-path ${{ matrix.crate }}/Cargo.toml check
84
78
85
79
test-versions :
86
80
needs : check
Original file line number Diff line number Diff line change 1
1
target
2
2
Cargo.lock
3
3
.DS_Store
4
+ .vscode
You can’t perform that action at this time.
0 commit comments