Skip to content

Commit

Permalink
Update README.md to use v1 instead of v1.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Jan 10, 2024
1 parent b18bb99 commit daca1b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

This repository provides a GitHub Action for running the [Kani Rust Verifier](https://github.com/model-checking/kani) in CI.

⚠️ **Important Notice**: We will be moving to [`v1`](https://github.com/model-checking/kani-github-action/releases/tag/v1.0), which will install the latest version of Kani by default.
⚠️ **Important Notice**: We have recently released the action [Kani Rust Verifier `v1`](https://github.com/marketplace/actions/kani-rust-verifier),
which will install the latest version of Kani by default.
Please be aware that version `0.38` will be the final release where the version of Kani matches the version of Kani Github Action.
Make sure to update your workflows and references accordingly.
To install a specific version of Kani, please add a semver version to the field `kani-version` as shown in the example below.
To select a specific version of Kani Rust Verifier, please add a semver version to the field `kani-version` as shown in the example below.

Example:

Expand Down

0 comments on commit daca1b7

Please sign in to comment.