From ae699cfc8e56ffa75db93453094a6bd80831b74c Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 23 Apr 2020 10:26:49 +0200 Subject: [PATCH] update dependencies --- opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opam b/opam index 4012f8b20..746e5b657 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-18.0.2f540354") | (= "dev") } + "coq-stdpp" { (= "dev.2020-04-23.1.93b578a5") | (= "dev") } ] build: [make "-j%{jobs}%"] -- GitLab