Skip to content

Commit 6b82bc4

Browse files
committed
updated rust toolchain to stable 1.82.0; nightly to nightly-2024-10-28 for coverage
1 parent 3ac5970 commit 6b82bc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ env:
1212
CARGO_TERM_COLOR: always
1313
RUSTFLAGS: -D warnings
1414
REGISTRY: ghcr.io
15-
RUST_VERSION: 1.80.0
16-
NIGHTLY_RUST_VERSION: nightly-2024-07-21
15+
RUST_VERSION: 1.82.0
16+
NIGHTLY_RUST_VERSION: nightly-2024-10-28
1717

1818
jobs:
1919
cancel-previous-runs:

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
profile = "default" # include rustfmt, clippy
3-
channel = "1.80.0"
3+
channel = "1.82.0"

0 commit comments

Comments
 (0)