From f9c58e3eb0dffe3d2b9ce193aae4671e9403db12 Mon Sep 17 00:00:00 2001 From: Ralf Jung <post@ralfj.de> Date: Fri, 22 Nov 2019 09:20:07 +0100 Subject: [PATCH] 8.9.0 -> 8.9.1 --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a684e224..755dc095 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,10 +41,10 @@ build-coq.8.10.1: tags: - fp-timing -build-coq.8.9.0: +build-coq.8.9.1: <<: *template variables: - OPAM_PINS: "coq version 8.9.0" + OPAM_PINS: "coq version 8.9.1" build-iris.dev: <<: *template diff --git a/README.md b/README.md index 34a27de7..8ffe1988 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust. This version is known to compile with: - - Coq 8.9.0 / 8.10.1 + - Coq 8.9.1 / 8.10.1 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) ## Building from source -- GitLab