You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/KANI.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ on the compiler bundled with the installed `cargo-kani` release.
5
5
6
6
## Current Status
7
7
8
-
- Local Rust toolchain: Rust `1.95.0`.
8
+
- Local Rust toolchain: Rust `1.90.0`.
9
9
- Locally tested Kani: `cargo-kani 0.67.0`.
10
10
- Current result: `scripts/check_kani.sh` records an explicit skip because the
11
11
installed Kani compiler is older than this crate's `rust-version`.
12
12
13
13
This is not a normal Cargo dependency-resolution issue. Kani runs are compiler-integration-sensitive because Kani is a verifier with its own compiler integration.
14
-
Updating the project to Rust `1.95` does not make an older Kani release
14
+
Updating the project to Rust `1.90` does not make an older Kani release
0 commit comments