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 75afb07 commit b1a2a98Copy full SHA for b1a2a98
action.yml
@@ -33,7 +33,7 @@ runs:
33
- name: Install Rust
34
uses: actions-rs/[email protected]
35
with:
36
- # From https://github.com/model-checking/kani/blob/kani-0.20.0/rust-toolchain.toml
+ # From https://github.com/model-checking/kani/blob/kani-0.21.0/rust-toolchain.toml
37
# Should be updated every time we update the version to keep in sync.
38
# This should be automated https://github.com/model-checking/kani-github-action/issues/9
39
toolchain: nightly-2022-12-11
@@ -42,7 +42,7 @@ runs:
42
- name: Install Kani
43
shell: bash
44
run: |
45
- export KANI_VERSION="0.20.0";
+ export KANI_VERSION="0.21.0";
46
cargo install --version $KANI_VERSION --locked kani-verifier;
47
cargo-kani setup;
48
0 commit comments