We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901fbb8 commit 69cbde4Copy full SHA for 69cbde4
1 file changed
action.yml
@@ -29,16 +29,16 @@ runs:
29
- name: Install Rust
30
uses: actions-rs/toolchain@v1.0.7
31
with:
32
- # From https://github.com/model-checking/kani/blob/kani-0.15.0/rust-toolchain.toml
+ # From https://github.com/model-checking/kani/blob/kani-0.16.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-06
+ toolchain: nightly-2022-11-20
36
override: true
37
38
- name: Install Kani
39
shell: bash
40
run: |
41
- export KANI_VERSION="0.15.0";
+ export KANI_VERSION="0.16.0";
42
cargo install --version $KANI_VERSION --locked kani-verifier;
43
cargo-kani setup;
44
0 commit comments