From 00567fa5f36efbaa1b917be10d2e0bf5129d57e1 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Mon, 19 Jul 2021 17:35:32 +0200
Subject: [PATCH] update dependencies

---
 coq-lambda-rust.opam               | 2 +-
 theories/lifetime/model/creation.v | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/coq-lambda-rust.opam b/coq-lambda-rust.opam
index 135f16ea..29cff810 100644
--- a/coq-lambda-rust.opam
+++ b/coq-lambda-rust.opam
@@ -13,7 +13,7 @@ the type system, and safety proof for some Rust libraries.
 """
 
 depends: [
-  "coq-iris" { (= "dev.2021-07-16.0.ca19ab25") | (= "dev") }
+  "coq-iris" { (= "dev.2021-07-19.2.0ae9d9ee") | (= "dev") }
 ]
 
 build: [make "-j%{jobs}%"]
diff --git a/theories/lifetime/model/creation.v b/theories/lifetime/model/creation.v
index 9aa2e3ae..dbfdff98 100644
--- a/theories/lifetime/model/creation.v
+++ b/theories/lifetime/model/creation.v
@@ -53,8 +53,7 @@ Proof.
   iModIntro. rewrite /lft_inv_dead. iExists Q. iFrame.
   rewrite /lft_bor_dead. iExists (dom _ B), P.
   rewrite !gset_to_gmap_dom -map_fmap_compose.
-  rewrite (map_fmap_ext _ ((1%Qp,.) ∘ to_agree) B); last first.
-  { move=>?? /HB ->. done. }
+  rewrite (map_fmap_ext _ ((1%Qp,.) ∘ to_agree) B); last naive_solver.
   iFrame.
 Qed.
 
-- 
GitLab