From 213cb42770c9881f6aa0607e82b9fe47b92309d2 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 9 Dec 2020 10:18:23 +0100
Subject: [PATCH] also accept installing with Coq 8.13 beta

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

diff --git a/coq-stdpp.opam b/coq-stdpp.opam
index f88d7386..2d29d396 100644
--- a/coq-stdpp.opam
+++ b/coq-stdpp.opam
@@ -29,7 +29,7 @@ The key features of this library are as follows:
 """
 
 depends: [
-  "coq" { (>= "8.10.2" & < "8.13~") | (= "dev") }
+  "coq" { (>= "8.10.2" & < "8.14~") | (= "dev") }
 ]
 
 build: [make "-j%{jobs}%"]
-- 
GitLab