File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ lto = "thin"
2626# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
2727cargo-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')
3131ci = [" github" ]
3232# The installers to generate for each app
You can’t perform that action at this time.
0 commit comments