Skip to content

Commit

Permalink
Upgrade to rust 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Jun 30, 2023
1 parent b6e8edb commit e766408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install_toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.70.0
override: true
target: wasm32-unknown-unknown
components: cargo, clippy, rust-analyzer, rust-src, rust-std, rustc-dev, rustc, rustfmt
Expand Down
2 changes: 1 addition & 1 deletion dockerfile.d/05_rust.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RUST_TOOLCHAIN=1.69
RUST_TOOLCHAIN=1.70.0
cd /root && \
curl 'https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init' --output /root/rustup-init && \
chmod +x /root/rustup-init && \
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.69.0"
channel = "1.70.0"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit e766408

Please sign in to comment.