From c40de17cf768a0533d5235f0a595b69a18e2a36e Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 10 Mar 2020 17:34:34 +0100
Subject: [PATCH] bump std++

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

diff --git a/opam b/opam
index af6299e98..a5cc0c9b4 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-02-24.1.7d705c84") | (= "dev") }
+  "coq-stdpp" { (= "dev.2020-03-10.1.20ef8941") | (= "dev") }
 ]
 
 build: [make "-j%{jobs}%"]
-- 
GitLab