Skip to content

Commit 736e467

Browse files
committed
Update toolchain to 1.70.0
tarpaulin's latest tag is still 0.25.2. Signed-off-by: J Robert Ray <jrray@jrray.org>
1 parent 998d9cd commit 736e467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
timeout-minutes: 30
1414
container:
15-
image: rust:1.68.2
15+
image: rust:1.70.0
1616
options: --security-opt seccomp=unconfined --privileged
1717
env:
1818
# Disable cnproc because we're in a container

.site/spi/.spdev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_notes: |
66
77
toolchain:
88
- kind: Rust
9-
toolchain: 1.68.2
9+
toolchain: 1.70.0
1010
additional_toolchains:
1111
- nightly
1212
- kind: Shell

0 commit comments

Comments
 (0)