We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc7bbd commit f4c321eCopy full SHA for f4c321e
.github/workflows/rust.yml
@@ -107,7 +107,7 @@ jobs:
107
runs-on: ubuntu-latest
108
steps:
109
- uses: actions/checkout@v4
110
- - uses: dtolnay/rust-toolchain@1.83.0
+ - uses: dtolnay/rust-toolchain@1.86.0
111
- uses: Swatinem/rust-cache@v2
112
- run: >-
113
cargo check
Cargo.toml
@@ -19,7 +19,7 @@ resolver = "2"
19
authors = ["Robin Freyler <robin.freyler@gmail.com>"]
20
repository = "https://github.com/wasmi-labs/wasmi"
21
version = "0.46.0"
22
-rust-version = "1.83"
+rust-version = "1.86"
23
edition = "2021"
24
readme = "README.md"
25
license = "MIT/Apache-2.0"
0 commit comments