From 66d6885d41b70578f473f8b236389953f129d108 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 11 Aug 2022 11:03:47 -0400
Subject: [PATCH] nightly test against 8.16

---
 .gitlab-ci.yml       | 2 +-
 coq-lambda-rust.opam | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51473989..0715df13 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,7 +56,7 @@ trigger-iris.dev:
   variables:
     STDPP_REPO: "iris/stdpp"
     IRIS_REPO: "iris/iris"
-    OPAM_PINS: "coq version 8.15.dev   git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV   git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
+    OPAM_PINS: "coq version 8.16+rc1   git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV   git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
   except:
   only:
     refs:
diff --git a/coq-lambda-rust.opam b/coq-lambda-rust.opam
index d8d0d4ed..d6eb8d55 100644
--- a/coq-lambda-rust.opam
+++ b/coq-lambda-rust.opam
@@ -13,7 +13,7 @@ the type system, and safety proof for some Rust libraries.
 """
 
 depends: [
-  "coq-iris" { (= "dev.2022-08-11.1.c9223a52") | (= "dev") }
+  "coq-iris" { (= "dev.2022-08-11.5.b6b4b694") | (= "dev") }
 ]
 
 build: [make "-j%{jobs}%"]
-- 
GitLab