From 55bcdecb6799ceb33c57d6140186211eb887c070 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 30 Aug 2024 11:52:35 +0200 Subject: [PATCH] update dependencies --- coq-lifetime-logic.opam | 2 +- lifetime/model/creation.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coq-lifetime-logic.opam b/coq-lifetime-logic.opam index ea513da5..c6340d60 100644 --- a/coq-lifetime-logic.opam +++ b/coq-lifetime-logic.opam @@ -12,7 +12,7 @@ The lifetime logic extends Iris with a notion of "borrowing". """ depends: [ - "coq-iris" { (= "dev.2024-08-20.0.657b34ad") | (= "dev") } + "coq-iris" { (= "dev.2024-08-29.0.ff40b0a7") | (= "dev") } ] build: ["./make-package" "lifetime" "-j%{jobs}%"] diff --git a/lifetime/model/creation.v b/lifetime/model/creation.v index 71de1bbb..a9e143d0 100644 --- a/lifetime/model/creation.v +++ b/lifetime/model/creation.v @@ -72,7 +72,7 @@ Proof. { iModIntro. rewrite /Iinv. iFrame. iApply (@big_sepS_impl with "[$HK]"); iModIntro. rewrite /lft_inv. iIntros (κ Hκ) "[[[_ %]|[$ _]] _]". set_solver. } - destruct (minimal_exists_L (⊂) Kalive) + destruct (minimal_exists_elem_of_L (⊂) Kalive) as (κ & [Hκalive HκK]%elem_of_filter & Hκmin); first done. iDestruct (@big_sepS_delete with "HK") as "[[Hκinv Hκ] HK]"; first done. iDestruct (lft_inv_alive_in with "Hκinv") as "Hκalive"; first done. -- GitLab