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.
0.17.0
1 parent 69cbde4 commit 01d49c5Copy full SHA for 01d49c5
action.yml
@@ -29,7 +29,7 @@ runs:
29
- name: Install Rust
30
uses: actions-rs/[email protected]
31
with:
32
- # From https://github.com/model-checking/kani/blob/kani-0.16.0/rust-toolchain.toml
+ # From https://github.com/model-checking/kani/blob/kani-0.17.0/rust-toolchain.toml
33
# Should be updated every time we update the version to keep in sync.
34
# This should be automated https://github.com/model-checking/kani-github-action/issues/9
35
toolchain: nightly-2022-11-20
@@ -38,7 +38,7 @@ runs:
38
- name: Install Kani
39
shell: bash
40
run: |
41
- export KANI_VERSION="0.16.0";
+ export KANI_VERSION="0.17.0";
42
cargo install --version $KANI_VERSION --locked kani-verifier;
43
cargo-kani setup;
44
0 commit comments