From 40706aaa0c818cabf39fc11c06886b603a04ae61 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 16 Jul 2021 09:55:39 +0200 Subject: [PATCH] update dependencies --- coq-lambda-rust.opam | 2 +- theories/lifetime/model/creation.v | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/coq-lambda-rust.opam b/coq-lambda-rust.opam index 251fd15a..135f16ea 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-06-26.0.c7fcd140") | (= "dev") } + "coq-iris" { (= "dev.2021-07-16.0.ca19ab25") | (= "dev") } ] build: [make "-j%{jobs}%"] diff --git a/theories/lifetime/model/creation.v b/theories/lifetime/model/creation.v index dbfdff98..9aa2e3ae 100644 --- a/theories/lifetime/model/creation.v +++ b/theories/lifetime/model/creation.v @@ -53,7 +53,8 @@ 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 naive_solver. + rewrite (map_fmap_ext _ ((1%Qp,.) ∘ to_agree) B); last first. + { move=>?? /HB ->. done. } iFrame. Qed. -- GitLab