Skip to content
Snippets Groups Projects
Commit 40706aaa authored by Ralf Jung's avatar Ralf Jung
Browse files

update dependencies

parent 242c884a
No related branches found
No related tags found
No related merge requests found
Pipeline #50617 passed
...@@ -13,7 +13,7 @@ the type system, and safety proof for some Rust libraries. ...@@ -13,7 +13,7 @@ the type system, and safety proof for some Rust libraries.
""" """
depends: [ depends: [
"coq-iris" { (= "dev.2021-06-26.0.c7fcd140") | (= "dev") } "coq-iris" { (= "dev.2021-07-16.0.ca19ab25") | (= "dev") }
] ]
build: [make "-j%{jobs}%"] build: [make "-j%{jobs}%"]
......
...@@ -53,7 +53,8 @@ Proof. ...@@ -53,7 +53,8 @@ Proof.
iModIntro. rewrite /lft_inv_dead. iExists Q. iFrame. iModIntro. rewrite /lft_inv_dead. iExists Q. iFrame.
rewrite /lft_bor_dead. iExists (dom _ B), P. rewrite /lft_bor_dead. iExists (dom _ B), P.
rewrite !gset_to_gmap_dom -map_fmap_compose. 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. iFrame.
Qed. Qed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment