Skip to content

Commit 42016df

Browse files
Require Coq 8.20
2 parents b577a04 + 0729bc3 commit 42016df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/coq-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
env:
3434
NJOBS: "2"
35-
COQ_VERSION: "8.18.0" # pick a version not tested on other platforms
35+
COQ_VERSION: "8.20.0"
3636
COQCHKEXTRAFLAGS: ""
3737
SKIP_BEDROCK2: "0"
3838
OPAMYES: "true"

.github/workflows/coq-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
env:
2828
NJOBS: "2"
29-
COQ_VERSION: "8.18.0" # minimal major version required for bedrock2 components
29+
COQ_VERSION: "8.20.0"
3030
COQEXTRAFLAGS: "-async-proofs-j 1"
3131
COQCHKEXTRAFLAGS: ""
3232
OPAMYES: "true"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Building
3131
🌐 Try out synthesis [on the web](https://mit-plv.github.io/fiat-crypto/)!
3232
(Supported by [`js_of_ocaml`](https://ocsigen.org/js_of_ocaml/latest/manual/overview) compilation.)
3333

34-
This repository requires [Coq](https://coq.inria.fr/) [8.18](https://github.com/coq/coq/releases/tag/V8.18.0) or later.
35-
Note that if you install Coq from Ubuntu aptitude packages, you need `libcoq-ocaml-dev` in addition to `coq`.
34+
This repository requires [Coq](https://coq.inria.fr/) 8.20 or later, including OCaml libraries.
35+
If you install Coq from Ubuntu aptitude packages, you need `libcoq-ocaml-dev` in addition to `coq`.
3636
Note that in some cases (such as installing Coq via homebrew on Mac), you may also need to install `ocaml-findlib` (for `ocamlfind`).
3737
The extracted OCaml code for the standalone binaries requires [OCaml](https://ocaml.org/) [4.08](https://ocaml.org/p/ocaml/4.08.0) or later.
3838
We suggest downloading [the latest version of Coq](https://github.com/coq/coq/wiki#coq-installation).

0 commit comments

Comments
 (0)