Skip to content

Commit e144329

Browse files
committed
github actions: update recommended Rust to 1.85
Signed-off-by: Chung Chung <cchung@redhat.com>
1 parent 52f1683 commit e144329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.84.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
85+
toolchain: 1.85.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)