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 /test_utils/Cargo.toml | |
| 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 'test_utils/Cargo.toml')
| -rw-r--r-- | test_utils/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 672dcdb..b354ff4 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -21,3 +21,4 @@ simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", | |||
| 21 | strip-ansi-escapes = "0.2.0" | 21 | strip-ansi-escapes = "0.2.0" |
| 22 | tokio = { version = "1.40.0", features = ["full"] } | 22 | tokio = { version = "1.40.0", features = ["full"] } |
| 23 | tungstenite = "0.20.1" | 23 | tungstenite = "0.20.1" |
| 24 | sha2 = "0.10" \ No newline at end of file | ||