Skip to content

Commit 2da3ff3

Browse files
committed
github actions: update recommended Rust to 1.86
Signed-off-by: Chung Chung <cchung@redhat.com>
1 parent c3a7bf8 commit 2da3ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- uses: dtolnay/rust-toolchain@master
8383
with:
8484
components: cargo
85-
toolchain: 1.85.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
85+
toolchain: 1.86.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
8686
- name: Check out ci repo
8787
run: git clone https://github.com/stratis-storage/ci.git
8888
- name: Run comparisons of version specs with available Fedora packages

0 commit comments

Comments
 (0)