From 9f535af9a440d10866213bb50e86220348467584 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 3 Oct 2024 10:40:44 +0200
Subject: [PATCH] update dependencies; warning should be gone

---
 _CoqProject            | 2 --
 coq-iris-examples.opam | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/_CoqProject b/_CoqProject
index 7a631b7f..a5316e76 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -4,8 +4,6 @@
 # Cannot use non-canonical projections as it causes massive unification failures
 # (https://github.com/coq/coq/issues/6294).
 -arg -w -arg -redundant-canonical-projection
-# Warning seems incorrect, see https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216
--arg -w -arg -notation-incompatible-prefix
 
 theories/barrier/proof.v
 theories/barrier/specification.v
diff --git a/coq-iris-examples.opam b/coq-iris-examples.opam
index e214225d..83b8a02b 100644
--- a/coq-iris-examples.opam
+++ b/coq-iris-examples.opam
@@ -8,7 +8,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/iris/examples.git"
 synopsis: "A collection of case studies for Iris -- not meant to be used as a dependency of anything"
 
 depends: [
-  "coq-iris-heap-lang" { (= "dev.2024-10-02.0.4320aaee") | (= "dev") }
+  "coq-iris-heap-lang" { (= "dev.2024-10-03.0.4871f965") | (= "dev") }
   "coq-autosubst" { = "dev" }
 ]
 
-- 
GitLab