Skip to content

Commit b0da0a1

Browse files
committed
Update rustc used in CI
Signed-off-by: Alex Crichton <[email protected]>
1 parent 6bf029b commit b0da0a1

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
@@ -17,7 +17,7 @@ concurrency:
1717

1818
env:
1919
CARGO_TERM_COLOR: always
20-
RUST_VERSION: 1.81
20+
RUST_VERSION: 1.84
2121

2222
jobs:
2323
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.81
14+
RUST_VERSION: 1.84
1515

1616
jobs:
1717
build-and-sign:

0 commit comments

Comments
 (0)