Skip to content

Commit 1bcc7a6

Browse files
committed
build(deps): rust 1.89
1 parent 23125f8 commit 1bcc7a6

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
@@ -34,12 +34,11 @@ members = [
3434
"packages/token-history-contract",
3535
"packages/keyword-search-contract",
3636
"packages/wasm-drive-verify",
37-
"packages/dash-platform-balance-checker"
37+
"packages/dash-platform-balance-checker",
3838
]
3939

4040
exclude = ["packages/wasm-sdk"] # This one is experimental and not ready for use
4141

4242
[workspace.package]
4343

44-
rust-version = "1.85"
45-
44+
rust-version = "1.89"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ this repository may be used on the following networks:
5050
- Install prerequisites:
5151
- [node.js](https://nodejs.org/) v20
5252
- [docker](https://docs.docker.com/get-docker/) v20.10+
53-
- [rust](https://www.rust-lang.org/tools/install) v1.85+, with wasm32 target (`rustup target add wasm32-unknown-unknown`)
53+
- [rust](https://www.rust-lang.org/tools/install) v1.89+, with wasm32 target (`rustup target add wasm32-unknown-unknown`)
5454
- [protoc - protobuf compiler](https://github.com/protocolbuffers/protobuf/releases) v27.3+
5555
- if needed, set PROTOC environment variable to location of `protoc` binary
5656
- [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.85"
3+
channel = "1.89"
44

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

0 commit comments

Comments
 (0)