Fix name of rust-docs component

This commit is contained in:
Anthony Oteri
2023-09-29 12:01:09 -04:00
parent a47b4369f8
commit c6294dc83e
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
with: with:
toolchain: stable toolchain: stable
components: rustdoc components: rust-docs
- name: Cache build dependencies - name: Cache build dependencies
uses: Swatinem/rust-cache@v2 uses: Swatinem/rust-cache@v2