From 4e438d851e197bd416cf799849e3594e9538376a Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 3 Aug 2022 18:07:16 -0400
Subject: [PATCH] update dependencies

---
 coq-reloc.opam            | 2 +-
 theories/logic/adequacy.v | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/coq-reloc.opam b/coq-reloc.opam
index c8eab30..2556bbf 100644
--- a/coq-reloc.opam
+++ b/coq-reloc.opam
@@ -6,7 +6,7 @@ bug-reports: "https://gitlab.mpi-sws.org/dfrumin/reloc/issues"
 dev-repo: "git+https://gitlab.mpi-sws.org/dfrumin/reloc.git"
 
 depends: [
-  "coq-iris-heap-lang" { (= "dev.2022-07-05.1.a32f36a9") | (= "dev") }
+  "coq-iris-heap-lang" { (= "dev.2022-08-03.0.949ab7bc") | (= "dev") }
   "coq-autosubst" { = "dev" }
 ]
 
diff --git a/theories/logic/adequacy.v b/theories/logic/adequacy.v
index cf630f3..0bddd07 100644
--- a/theories/logic/adequacy.v
+++ b/theories/logic/adequacy.v
@@ -24,7 +24,7 @@ Lemma refines_adequate Σ `{relocPreG Σ}
             ∧ P v v').
 Proof.
   intros HA Hlog.
-  eapply (heap_adequacy Σ _); iIntros (Hinv ?) "_".
+  eapply (heap_adequacy Σ _); iIntros (Hinv) "_".
   iMod (own_alloc (● (to_tpool [e'], to_heap (heap σ))
     ⋅ ◯ ((to_tpool [e'] : tpoolUR, ∅) : cfgUR)))
     as (γc) "[Hcfg1 Hcfg2]".
-- 
GitLab