From 65860ea82a2d3b1fd9e87bf078a6d3c32e91e5d5 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sat, 4 Apr 2020 08:46:14 +0200
Subject: [PATCH] update dependencies

---
 opam | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opam b/opam
index 7fc752066..59562c238 100644
--- a/opam
+++ b/opam
@@ -11,7 +11,7 @@ synopsis: "This is the Coq development of the Iris Project"
 
 depends: [
   "coq" { (>= "8.9.1" & < "8.12~") | (= "dev") }
-  "coq-stdpp" { (= "dev.2020-04-02.0.5439c7d5") | (= "dev") }
+  "coq-stdpp" { (= "dev.2020-04-03.1.eeef6250") | (= "dev") }
 ]
 
 build: [make "-j%{jobs}%"]
-- 
GitLab