From f294a249307accc0f173917989ce27c27f0c6792 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 12 Dec 2024 15:19:40 +0000 Subject: test: deterministic commit timestamps in test PRs now that the remote helper uses the commit author timestamp to determine if commit was applied from a proposal, the timestamps in the test proposal can no longer be identical. this makes them deterministically different based on the file name --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 819a249..51a7472 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3314,6 +3314,7 @@ dependencies = [ "once_cell", "rand", "rexpect", + "sha2", "simple-websockets", "strip-ansi-escapes", "tokio", -- cgit v1.2.3