Skip to content

Commit eb9416b

Browse files
committed
Fix MSRV job
1 parent 6ae4863 commit eb9416b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22-
- name: Install Rust 1.91.1
23-
uses: dtolnay/rust-toolchain@1.91.1
22+
- name: Install Rust MSRV
23+
uses: dtolnay/rust-toolchain@1.90.0
2424

2525
- name: Build with locked dependencies
2626
run: cargo build --locked

0 commit comments

Comments
 (0)