Skip to content

Commit 2d171e1

Browse files
author
Erin van der Veen
committed
Update rust toolchain to 1.70.0 for cargo dist
1 parent 0a9c86a commit 2d171e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v3
5454
- name: Install Rust
55-
run: rustup update 1.67.1 --no-self-update && rustup default 1.67.1
55+
run: rustup update 1.70.0 --no-self-update && rustup default 1.70.0
5656
- name: Install cargo-dist
5757
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.0.7/cargo-dist-installer.sh | sh
5858
- id: create-release
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
- uses: actions/checkout@v3
106106
- name: Install Rust
107-
run: rustup update 1.67.1 --no-self-update && rustup default 1.67.1
107+
run: rustup update 1.70.0 --no-self-update && rustup default 1.70.0
108108
- name: Install cargo-dist
109109
run: ${{ matrix.install-dist }}
110110
- name: Run cargo-dist

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lto = "thin"
2626
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
2727
cargo-dist-version = "0.0.7"
2828
# The preferred Rust toolchain to use in CI (rustup toolchain syntax)
29-
rust-toolchain-version = "1.67.1"
29+
rust-toolchain-version = "1.70.0"
3030
# CI backends to support (see 'cargo dist generate-ci')
3131
ci = ["github"]
3232
# The installers to generate for each app

0 commit comments

Comments
 (0)