Skip to content

Commit

Permalink
Revert "CI: Pin nightly version in book workflow"
Browse files Browse the repository at this point in the history
This reverts commit 53427d1.

Closes #503.
  • Loading branch information
str4d committed Apr 24, 2022
1 parent d43c861 commit b866548
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
# Pinned until https://github.com/rust-lang/rust/issues/93476 is fixed.
toolchain: nightly-2022-01-18
toolchain: nightly
override: true

- name: Setup mdBook
Expand Down

0 comments on commit b866548

Please sign in to comment.