Skip to content

Commit 5409c69

Browse files
authored
chore: Update msrv to 1.86 (#384)
1 parent 1da1361 commit 5409c69

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Note: if your pull request isn't getting enough attention, you can contact us on
346346
347347
## Coding Standards
348348
349-
- Use **Rust 2021 edition**, version `1.85` or later.
349+
- Use **Rust 2021 edition**, version `1.86` or later.
350350
- Follow the [Rust API Guidelines](https://rust-lang.github.io/api-guidelines/).
351351
- Run pre-commit hooks on your code to ensure code quality.
352352

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "openzeppelin-relayer"
33
version = "1.0.0"
44
edition = "2021"
5-
rust-version = "1.85" #MSRV
5+
rust-version = "1.86" #MSRV
66

77
[profile.release]
88
opt-level = 0

docs/modules/ROOT/pages/evm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In production systems, hosted signers (AWS KMS, Google Cloud KMS, Turnkey) are r
5050
For a step-by-step setup, see xref:quickstart.adoc[Quick Start Guide].
5151
Key prerequisites:
5252

53-
- Rust 2021, version `1.85` or later
53+
- Rust 2021, version `1.86` or later
5454
- Redis
5555
- Docker (optional)
5656

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ For detailed information about each directory and its contents, see xref:structu
212212

213213
=== Prerequisites
214214

215-
* Rust 2021 edition, version `1.85` or later
215+
* Rust 2021 edition, version `1.86` or later
216216
* Docker (optional, for containerized deployment)
217217
* Node.js, typescript and ts-node (optional, for plugins)
218218

docs/modules/ROOT/pages/quickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guide provides step-by-step instructions for setting up OpenZeppelin Relaye
66

77
== Prerequisites
88

9-
* Rust 2021, version `1.85` or later.
9+
* Rust 2021, version `1.86` or later.
1010
* Redis
1111
* Docker (optional, for containerized deployment)
1212
* Node.js, typescript and ts-node (optional, for plugins)

docs/modules/ROOT/pages/solana.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In production systems, hosted signers are recommended for the best security mode
7777
For a step-by-step setup, see xref:quickstart.adoc[Quick Start Guide].
7878
Key prerequisites:
7979

80-
- Rust 2021, version `1.85` or later
80+
- Rust 2021, version `1.86` or later
8181
- Redis
8282
- Docker (optional)
8383

docs/modules/ROOT/pages/stellar.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For detailed network configuration options, see the xref:network_configuration.a
6262
For a step-by-step setup, see xref:quickstart.adoc[Quick Start Guide].
6363
Key prerequisites:
6464

65-
- Rust 2021, version `1.85` or later
65+
- Rust 2021, version `1.86` or later
6666
- Redis
6767
- Docker (optional)
6868

0 commit comments

Comments
 (0)