From e6504690717f444930e6a46b0020d02de8149ed5 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Thu, 22 Aug 2024 15:48:26 +0200 Subject: [PATCH] fix(ci): don't install/override stable toolchain (#1984) * fix(ci): don't install/override stable toolchain * test trigger * Update crates/iota/src/console.rs Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com> --------- Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com> --- .github/workflows/crate-docs.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/crate-docs.yml b/.github/workflows/crate-docs.yml index efff8d2d209..479254da4e7 100644 --- a/.github/workflows/crate-docs.yml +++ b/.github/workflows/crate-docs.yml @@ -18,13 +18,6 @@ jobs: - name: Checkout sources uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Pin v4.1.1 - - name: Install Rust toolchain - uses: actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # pin@v1.0.7 - with: - profile: minimal - toolchain: stable - override: true - - name: Generate documentation uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # pin@v1.0.3 with: