3939 key : ${{ runner.os }}-cargo-pr-tests-${{ hashFiles('**/Cargo.lock') }}
4040 restore-keys : |
4141 ${{ runner.os }}-cargo-pr-tests-
42- - name : Install Rust toolchain 1.77 (with clippy and rustfmt)
43- run : rustup toolchain install 1.77 -x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.77 -x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.77 -x86_64-unknown-linux-gnu
42+ - name : Install Rust toolchain 1.81 (with clippy and rustfmt)
43+ run : rustup toolchain install 1.81 -x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.81 -x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.81 -x86_64-unknown-linux-gnu
4444 - name : Install EStarkPolygon prover dependencies
4545 run : sudo apt-get install -y nlohmann-json3-dev libpqxx-dev nasm
4646 - name : Lint no default features
8787 path : |
8888 ~/pilcom/node_modules
8989 key : ${{ runner.os }}-pilcom-node-modules
90- - name : Install Rust toolchain 1.77 (with clippy and rustfmt)
91- run : rustup toolchain install 1.77 -x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.77 -x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.77 -x86_64-unknown-linux-gnu
90+ - name : Install Rust toolchain 1.81 (with clippy and rustfmt)
91+ run : rustup toolchain install 1.81 -x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.81 -x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.81 -x86_64-unknown-linux-gnu
9292 - name : Install nightly
9393 run : rustup toolchain install nightly-2024-08-01-x86_64-unknown-linux-gnu
9494 - name : Install stdlib
@@ -122,8 +122,8 @@ jobs:
122122 key : ${{ runner.os }}-cargo-pr-tests-${{ hashFiles('**/Cargo.lock') }}
123123 restore-keys : |
124124 ${{ runner.os }}-cargo-pr-tests-
125- - name : Install Rust toolchain 1.77 (with clippy and rustfmt)
126- run : rustup toolchain install 1.77 -x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.77 -x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.77 -x86_64-unknown-linux-gnu
125+ - name : Install Rust toolchain 1.81 (with clippy and rustfmt)
126+ run : rustup toolchain install 1.81 -x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.81 -x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.81 -x86_64-unknown-linux-gnu
127127 - name : Run examples
128128 run : cargo run --example hello_world
129129
@@ -144,8 +144,8 @@ jobs:
144144 path : |
145145 ~/pilcom/node_modules
146146 key : ${{ runner.os }}-pilcom-node-modules
147- - name : Install Rust toolchain 1.77 (with clippy and rustfmt)
148- run : rustup toolchain install 1.77 -x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.77 -x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.77 -x86_64-unknown-linux-gnu
147+ - name : Install Rust toolchain 1.81 (with clippy and rustfmt)
148+ run : rustup toolchain install 1.81 -x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.81 -x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.81 -x86_64-unknown-linux-gnu
149149 - name : Install nightly
150150 run : rustup toolchain install nightly-2024-08-01-x86_64-unknown-linux-gnu
151151 - name : Install stdlib
@@ -192,8 +192,8 @@ jobs:
192192 path : |
193193 ~/pilcom/node_modules
194194 key : ${{ runner.os }}-pilcom-node-modules
195- - name : Install Rust toolchain 1.77 (with clippy and rustfmt)
196- run : rustup toolchain install 1.77 -x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.77 -x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.77 -x86_64-unknown-linux-gnu
195+ - name : Install Rust toolchain 1.81 (with clippy and rustfmt)
196+ run : rustup toolchain install 1.81 -x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.81 -x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.81 -x86_64-unknown-linux-gnu
197197 - name : Install test dependencies
198198 run : sudo apt-get install -y binutils-riscv64-unknown-elf lld
199199 - name : Install nightly
0 commit comments