From e7857d6a6b156df724e72af0f604f90d43fd64b2 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 2 Oct 2021 11:09:05 -0400 Subject: [PATCH] update dependencies --- coq-lambda-rust.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coq-lambda-rust.opam b/coq-lambda-rust.opam index 6b1f9527..0d384eb6 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.2021-10-01.0.b9315f85") | (= "dev") } + "coq-iris" { (= "dev.2021-10-02.1.9ed67339") | (= "dev") } ] build: [make "-j%{jobs}%"] -- GitLab