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

update dependencies; warning should be gone

parent 9db7517d
No related branches found
No related tags found
No related merge requests found
Pipeline #108268 failed
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
# Cannot use non-canonical projections as it causes massive unification failures # Cannot use non-canonical projections as it causes massive unification failures
# (https://github.com/coq/coq/issues/6294). # (https://github.com/coq/coq/issues/6294).
-arg -w -arg -redundant-canonical-projection -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/proof.v
theories/barrier/specification.v theories/barrier/specification.v
......
...@@ -8,7 +8,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/iris/examples.git" ...@@ -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" synopsis: "A collection of case studies for Iris -- not meant to be used as a dependency of anything"
depends: [ 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" } "coq-autosubst" { = "dev" }
] ]
......
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