Skip to content

Commit 75afb07

Browse files
authored
bump version to 0.20.0 (#22)
1 parent 0422b24 commit 75afb07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ runs:
3333
- name: Install Rust
3434
uses: actions-rs/[email protected]
3535
with:
36-
# From https://github.com/model-checking/kani/blob/kani-0.19.0/rust-toolchain.toml
36+
# From https://github.com/model-checking/kani/blob/kani-0.20.0/rust-toolchain.toml
3737
# Should be updated every time we update the version to keep in sync.
3838
# This should be automated https://github.com/model-checking/kani-github-action/issues/9
39-
toolchain: nightly-2022-11-20
39+
toolchain: nightly-2022-12-11
4040
override: true
4141

4242
- name: Install Kani
4343
shell: bash
4444
run: |
45-
export KANI_VERSION="0.19.0";
45+
export KANI_VERSION="0.20.0";
4646
cargo install --version $KANI_VERSION --locked kani-verifier;
4747
cargo-kani setup;
4848

0 commit comments

Comments
 (0)