Skip to content

Commit aab92b1

Browse files
committed
deps: update rust to 1.83
1 parent 494054a commit aab92b1

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ members = [
2828
"packages/simple-signer",
2929
"packages/rs-json-schema-compatibility-validator",
3030
"packages/check-features",
31-
"packages/wallet-utils-contract"
31+
"packages/wallet-utils-contract",
3232
]
3333
[workspace.package]
3434

35-
rust-version = "1.80"
35+
rust-version = "1.83"
3636

3737
[patch.crates-io]
3838
tower-service = { git = "https://github.com/QuantumExplorer/tower", branch = "fix/indexMap2OnV0413" }
3939
tower-layer = { git = "https://github.com/QuantumExplorer/tower", branch = "fix/indexMap2OnV0413" }
4040
tower = { git = "https://github.com/QuantumExplorer/tower", branch = "fix/indexMap2OnV0413" }
41-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ this repository may be used on the following networks:
5151
- Install prerequisites:
5252
- [node.js](https://nodejs.org/) v20
5353
- [docker](https://docs.docker.com/get-docker/) v20.10+
54-
- [rust](https://www.rust-lang.org/tools/install) v1.80+, with wasm32 target (`rustup target add wasm32-unknown-unknown`)
54+
- [rust](https://www.rust-lang.org/tools/install) v1.83+, with wasm32 target (`rustup target add wasm32-unknown-unknown`)
5555
- [protoc - protobuf compiler](https://github.com/protocolbuffers/protobuf/releases) v27.3+
5656
- if needed, set PROTOC environment variable to location of `protoc` binary
5757
- [wasm-bingen toolchain](https://rustwasm.github.io/wasm-bindgen/):

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
22
# Rust version the same as in /README.md
3-
channel = "1.80"
3+
channel = "1.83"
44

55
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)