From 35ef4ff1d8819efc16a661b5bea95c9c48296fbd Mon Sep 17 00:00:00 2001 From: "Thomas Marchand (agent)" Date: Sat, 16 May 2026 09:59:40 +0200 Subject: [PATCH] Pin Unlink benchmark to merged Verity ergonomics --- lake-manifest.json | 4 ++-- lakefile.lean | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index 8c3407b..47c311b 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "", - "rev": "551ab45c7c2fefcdac385946d22758ff3854c00c", + "rev": "03447eab62ef41d34535170a88c97e2a9d9715cc", "name": "verity", "manifestFile": "lake-manifest.json", - "inputRev": "551ab45c7c2fefcdac385946d22758ff3854c00c", + "inputRev": "03447eab62ef41d34535170a88c97e2a9d9715cc", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/lfglabs-dev/EVMYulLean.git", diff --git a/lakefile.lean b/lakefile.lean index addec4a..e81ecde 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -5,7 +5,7 @@ package «verity-benchmark» where version := v!"0.1.0" require verity from git - "https://github.com/lfglabs-dev/verity.git"@"551ab45c7c2fefcdac385946d22758ff3854c00c" + "https://github.com/lfglabs-dev/verity.git"@"03447eab62ef41d34535170a88c97e2a9d9715cc" @[default_target] lean_lib «Benchmark» where