From c5a470390e3a8fd848fa7194aa7465a6c084f5dd Mon Sep 17 00:00:00 2001 From: Hoang-Hai Dang <haidang@mpi-sws.org> Date: Thu, 7 Feb 2019 16:24:54 +0100 Subject: [PATCH] bump iris --- opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opam b/opam index 1cf0e109..4c60499f 100644 --- a/opam +++ b/opam @@ -10,5 +10,5 @@ install: [make "install"] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/igps" ] depends: [ "coq" { (>= "8.8.2" & < "8.10~") | (= "dev") } - "coq-iris" { (= "dev.2019-01-30.0.5221eb39") | (= "dev") } + "coq-iris" { (= "dev.2019-02-07.0.0655aa19") | (= "dev") } ] -- GitLab