Skip to content

Commit c0a52d8

Browse files
authored
Merge pull request #31 from bgurney-rh/latest-1.83
github actions: update recommended Rust to 1.83.0
2 parents f14603f + abedec5 commit c0a52d8

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