Skip to content

Commit bf83238

Browse files
committed
chore: updated rust_version in GH actions to 1.87
1 parent ddc25ea commit bf83238

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Push Checks
22
on: push
33

44
env:
5-
RUST_VERSION: 1.74.0 # If this is updated, update `Cargo.toml`.
5+
RUST_VERSION: 1.87.0 # If this is updated, update `Cargo.toml`.
66
CARGO_TERM_COLOR: always
7-
RUSTDOCFLAGS: "-D warnings" # Fail on `cargo doc` warnings.
87

98
jobs:
109
build:
@@ -93,7 +92,7 @@ jobs:
9392
~/.cargo/git/db/
9493
target/
9594
- name: Cargo doc
96-
run: cargo doc --no-deps --document-private-items --locked
95+
run: cargo doc --no-deps --document-private-items --locked -- -D warnings
9796

9897
licensing:
9998
name: Licenses

0 commit comments

Comments
 (0)