From 2d97c5e31aa0f12dc29693ef656958508b33b6d3 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 3 Oct 2023 09:16:22 +0200 Subject: [PATCH] update dependencies --- coq-reloc.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coq-reloc.opam b/coq-reloc.opam index 12e091e..392312e 100644 --- a/coq-reloc.opam +++ b/coq-reloc.opam @@ -6,7 +6,7 @@ bug-reports: "https://gitlab.mpi-sws.org/dfrumin/reloc/issues" dev-repo: "git+https://gitlab.mpi-sws.org/dfrumin/reloc.git" depends: [ - "coq-iris-heap-lang" { (= "dev.2023-09-14.3.60632dd7") | (= "dev") } + "coq-iris-heap-lang" { (= "dev.2023-09-29.0.4f3a385f") | (= "dev") } "coq-autosubst" { = "dev" } ] -- GitLab