Skip to content

Commit

Permalink
Update CI MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital authored Jun 24, 2024
1 parent 61fd53f commit 44f11bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- macos-latest
# - windows-latest
rust:
- 1.66.1
- 1.72.1
- stable
# - nightly
steps:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.66.1
toolchain: 1.72.1
override: true

- name: Clone repo
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.66.1
toolchain: 1.72.1
override: true

- name: Clone repo
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- macos-latest
- windows-latest
rust:
- 1.66.1
- 1.72.1
- stable
# - nightly
steps:
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
with:
profile: default
override: true
toolchain: 1.66.1
toolchain: 1.72.1

- name: Install `mdbook`
uses: peaceiris/actions-mdbook@v1
Expand Down

0 comments on commit 44f11bf

Please sign in to comment.