From 9896c67c081718d3bf2bb312113e542c964cc3fd Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 15 Dec 2023 11:08:49 +0100
Subject: [PATCH] update dependencies

---
 coq-lambda-rust.opam | 2 +-
 theories/lang/heap.v | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/coq-lambda-rust.opam b/coq-lambda-rust.opam
index 6f9b966e..bdd09c85 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.2023-11-17.0.e29d4cf8") | (= "dev") }
+  "coq-iris" { (= "dev.2023-12-15.0.5fbf777b") | (= "dev") }
 ]
 
 build: [make "-j%{jobs}%"]
diff --git a/theories/lang/heap.v b/theories/lang/heap.v
index de766bd7..21b63177 100644
--- a/theories/lang/heap.v
+++ b/theories/lang/heap.v
@@ -12,6 +12,7 @@ Import uPred.
 Definition lock_stateR : cmra :=
   csumR (exclR unitO) natR.
 
+(* These days this could use gmap_view, but this code predates that. *)
 Definition heapUR : ucmra :=
   gmapUR loc (prodR (prodR fracR lock_stateR) (agreeR valO)).
 
-- 
GitLab