Skip to content

Commit

Permalink
Bump version to 0.21 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsn authored Feb 9, 2023
1 parent 75afb07 commit b1a2a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Install Rust
uses: actions-rs/[email protected]
with:
# From https://github.com/model-checking/kani/blob/kani-0.20.0/rust-toolchain.toml
# From https://github.com/model-checking/kani/blob/kani-0.21.0/rust-toolchain.toml
# Should be updated every time we update the version to keep in sync.
# This should be automated https://github.com/model-checking/kani-github-action/issues/9
toolchain: nightly-2022-12-11
Expand All @@ -42,7 +42,7 @@ runs:
- name: Install Kani
shell: bash
run: |
export KANI_VERSION="0.20.0";
export KANI_VERSION="0.21.0";
cargo install --version $KANI_VERSION --locked kani-verifier;
cargo-kani setup;
Expand Down

0 comments on commit b1a2a98

Please sign in to comment.