diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c09e00..1959884 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true env: - CREUSOT_VERSION: v0.10.0 + CREUSOT_VERSION: v0.10.0+why3find-dep jobs: rust: diff --git a/README.md b/README.md index 04d3ebf..d9859a3 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ on Github's servers, with a free quota of 120h monthly per user. 1. [Follow these instructions to install Creusot.](https://guide.creusot.rs/installation.html) - This tutorial currently works with Creusot 0.10.0, so make sure to check out and install that version for the smoothest experience. + There is also a `dev` branch of this tutorial that keeps track of the development branch of Creusot. ``` # In the creusot repository, before running `./INSTALL` - git checkout v0.10.0 + git checkout v0.10.0+why3find-dep ``` - The dev version of Creusot should also mostly work, up to redirecting to your local version of `creusot-std`.