diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-12-12 15:19:40 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-12-13 12:37:20 +0000 |
| commit | f294a249307accc0f173917989ce27c27f0c6792 (patch) | |
| tree | 04df321a504ff1108f6c06e69a703577051d7dde /Cargo.lock | |
| parent | aeb164a6890a433828739bde23d3477b78e532a4 (diff) | |
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
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -3314,6 +3314,7 @@ dependencies = [ | |||
| 3314 | "once_cell", | 3314 | "once_cell", |
| 3315 | "rand", | 3315 | "rand", |
| 3316 | "rexpect", | 3316 | "rexpect", |
| 3317 | "sha2", | ||
| 3317 | "simple-websockets", | 3318 | "simple-websockets", |
| 3318 | "strip-ansi-escapes", | 3319 | "strip-ansi-escapes", |
| 3319 | "tokio", | 3320 | "tokio", |