Skip to content

Commit b1a2a98

Browse files
authored
Bump version to 0.21 (#23)
1 parent 75afb07 commit b1a2a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
- name: Install Rust
3434
uses: actions-rs/[email protected]
3535
with:
36-
# From https://github.com/model-checking/kani/blob/kani-0.20.0/rust-toolchain.toml
36+
# From https://github.com/model-checking/kani/blob/kani-0.21.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
3939
toolchain: nightly-2022-12-11
@@ -42,7 +42,7 @@ runs:
4242
- name: Install Kani
4343
shell: bash
4444
run: |
45-
export KANI_VERSION="0.20.0";
45+
export KANI_VERSION="0.21.0";
4646
cargo install --version $KANI_VERSION --locked kani-verifier;
4747
cargo-kani setup;
4848

0 commit comments

Comments
 (0)