We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998d9cd commit 736e467Copy full SHA for 736e467
.github/workflows/rust.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
timeout-minutes: 30
14
container:
15
- image: rust:1.68.2
+ image: rust:1.70.0
16
options: --security-opt seccomp=unconfined --privileged
17
env:
18
# Disable cnproc because we're in a container
.site/spi/.spdev.yaml
@@ -6,7 +6,7 @@ release_notes: |
6
7
toolchain:
8
- kind: Rust
9
- toolchain: 1.68.2
+ toolchain: 1.70.0
10
additional_toolchains:
11
- nightly
- kind: Shell
0 commit comments