Skip to content

Commit f4c321e

Browse files
authored
Update MSRV to Rust 1.86 (#1518)
update MSRV to Rust 1.86
1 parent 9fc7bbd commit f4c321e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- uses: actions/checkout@v4
110-
- uses: dtolnay/rust-toolchain@1.83.0
110+
- uses: dtolnay/rust-toolchain@1.86.0
111111
- uses: Swatinem/rust-cache@v2
112112
- run: >-
113113
cargo check

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resolver = "2"
1919
authors = ["Robin Freyler <robin.freyler@gmail.com>"]
2020
repository = "https://github.com/wasmi-labs/wasmi"
2121
version = "0.46.0"
22-
rust-version = "1.83"
22+
rust-version = "1.86"
2323
edition = "2021"
2424
readme = "README.md"
2525
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)