We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8950570 commit 901fbb8Copy full SHA for 901fbb8
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.14.1/rust-toolchain.toml
+ # From https://github.com/model-checking/kani/blob/kani-0.15.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-10-24
+ toolchain: nightly-2022-11-06
36
override: true
37
38
- name: Install Kani
39
shell: bash
40
run: |
41
- export KANI_VERSION="0.14.1";
+ export KANI_VERSION="0.15.0";
42
cargo install --version $KANI_VERSION --locked kani-verifier;
43
cargo-kani setup;
44
0 commit comments