Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
CREUSOT_VERSION: v0.10.0
CREUSOT_VERSION: v0.10.0+why3find-dep

jobs:
rust:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
Loading