File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff 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 ]
3838tower-service = { git = " https://github.com/QuantumExplorer/tower" , branch = " fix/indexMap2OnV0413" }
3939tower-layer = { git = " https://github.com/QuantumExplorer/tower" , branch = " fix/indexMap2OnV0413" }
4040tower = { git = " https://github.com/QuantumExplorer/tower" , branch = " fix/indexMap2OnV0413" }
41-
Original file line number Diff line number Diff 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/ ) :
Original file line number Diff line number Diff line change 11[toolchain ]
22# Rust version the same as in /README.md
3- channel = " 1.80 "
3+ channel = " 1.83 "
44
55targets = [" wasm32-unknown-unknown" ]
You can’t perform that action at this time.
0 commit comments