Skip to content

Commit a79898c

Browse files
committed
Update to using Rust 1.79 in all CI workflows.
Signed-off-by: Ryan Levick <[email protected]>
1 parent d1cd7fe commit a79898c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121

2222
env:
2323
CARGO_TERM_COLOR: always
24-
RUST_VERSION: 1.76
24+
RUST_VERSION: 1.79
2525

2626
jobs:
2727
dependency-review:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
concurrency: ${{ github.workflow }}-${{ github.ref }}
1212

1313
env:
14-
RUST_VERSION: 1.76
14+
RUST_VERSION: 1.79
1515

1616
jobs:
1717
build-and-sign:

0 commit comments

Comments
 (0)