Skip to content

Commit b4ecc7c

Browse files
authored
migrate to Rust 1.86.0 (#4011)
## Motivation Migrate to the latest stable Rust toolchain. Also needed for upgrading async-graphql. ## Proposal Update toolchain to Rust 1.86.0 ## Test Plan CI ## Release Plan These changes should be backported to the latest `testnet` branch
1 parent 848f0bf commit b4ecc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.85.0"
2+
channel = "1.86.0"
33
components = [ "clippy", "rustfmt", "rust-src" ]
44
targets = [ "wasm32-unknown-unknown" ]
55
profile = "minimal"

0 commit comments

Comments
 (0)