Skip to content

Commit 76dbc8b

Browse files
committed
Update msrv in github action
1 parent 562f4ba commit 76dbc8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: actions/checkout@v3
2323
with:
2424
submodules: true
25-
- name: Install Rust (1.83 w/ clippy)
26-
uses: dtolnay/rust-toolchain@1.83
25+
- name: Install Rust (1.87 w/ clippy)
26+
uses: dtolnay/rust-toolchain@1.87
2727
with:
2828
components: clippy
2929
- name: Install Rust (nightly w/ rustfmt)

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.85"
2+
channel = "1.87"
33
components = [ "clippy" ]

0 commit comments

Comments
 (0)