From 9f36867391e7880562a3a943b7574f5ab59f7da1 Mon Sep 17 00:00:00 2001
From: Hai Dang <hai@bedrocksystems.com>
Date: Mon, 19 Feb 2024 11:12:49 +0100
Subject: [PATCH] Bump dependecy: actual bump (fix opam file)

---
 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 5860f96e..ec5298be 100644
--- a/coq-lambda-rust.opam
+++ b/coq-lambda-rust.opam
@@ -15,7 +15,7 @@ This branch uses a proper weak memory model.
 """
 
 depends: [
-  "coq-gpfsl" { (= "dev.2023-11-06.0.fdf1fcba") | (= "dev") }
+  "coq-gpfsl" { (= "dev.2024-02-17.1.d66bfab5") | (= "dev") }
 ]
 
 build: [make "-j%{jobs}%"]
-- 
GitLab