Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Commit 72aa066

Browse files
committed
set rust to 1.86
1 parent 3a68152 commit 72aa066

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 1
1616
- uses: actions-rs/toolchain@v1
1717
with:
18-
toolchain: 1.82.0
18+
toolchain: 1.86.0
1919
components: clippy
2020
profile: minimal
2121
override: true
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 1
3232
- uses: actions-rs/toolchain@v1
3333
with:
34-
toolchain: 1.82.0
34+
toolchain: 1.86.0
3535
components: rustfmt
3636
profile: minimal
3737
override: true
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 1
5050
- uses: actions-rs/toolchain@v1
5151
with:
52-
toolchain: 1.82.0
52+
toolchain: 1.86.0
5353
profile: minimal
5454
- run: cargo fetch --verbose
5555
- run: cargo build

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 0.12.0
44

55
### Improvements
6-
* Rust 1.82;
6+
* Rust 1.86;
77

88
## 0.11.0
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We provide sample contracts that either implement or consume these specification
3131

3232
### Environment Setup
3333

34-
- Rust v1.82.0+
34+
- Rust v1.86.0+
3535
- `wasm32-unknown-unknown` target
3636
- Docker
3737

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.82.0"
2+
channel = "1.86.0"
33
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)