Skip to content

Commit fe2feb4

Browse files
committed
github actions: update recommended Rust to 1.84.1
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
1 parent 8f8a8f6 commit fe2feb4

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