mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-06-07 11:49:32 +00:00
chore: update Rust toolchain to version 1.89.0 in README and CI configuration
This commit is contained in:
parent
55e4e266cf
commit
d43d386e69
10
.github/workflows/build-and-test.yml
vendored
10
.github/workflows/build-and-test.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: "1.81.0"
|
||||
toolchain: "1.89.0"
|
||||
targets: ${{ matrix.target }}
|
||||
- name: Build
|
||||
run: cargo build --target ${{ matrix.target }}
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: "1.81.0"
|
||||
toolchain: "1.89.0"
|
||||
targets: ${{ matrix.target }}
|
||||
- name: Install Android NDK
|
||||
run: cargo install cargo-ndk
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: "1.81.0"
|
||||
toolchain: "1.89.0"
|
||||
override: true
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: "1.81.0"
|
||||
toolchain: "1.89.0"
|
||||
override: true
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
@ -101,7 +101,7 @@ jobs:
|
||||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: "1.81.0"
|
||||
toolchain: "1.89.0"
|
||||
override: true
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
|
||||
@ -9,7 +9,7 @@ This project provides a Rust adapter for compiling and linking [Rapidsnark](http
|
||||
### Rust toolchain
|
||||
|
||||
```
|
||||
cargo 1.81.0 (2dbb1af80 2024-08-20)
|
||||
cargo 1.89.0 (c24e10642 2025-06-23)
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -9,7 +9,7 @@ This project provides a Rust adapter for compiling and linking [Rapidsnark](http
|
||||
### Rust toolchain
|
||||
|
||||
```
|
||||
cargo 1.81.0 (2dbb1af80 2024-08-20)
|
||||
cargo 1.89.0 (c24e10642 2025-06-23)
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "1.81.0"
|
||||
channel = "1.89.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user