upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/test_utils/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-12-12 15:19:40 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-12-13 12:37:20 +0000
commitf294a249307accc0f173917989ce27c27f0c6792 (patch)
tree04df321a504ff1108f6c06e69a703577051d7dde /test_utils/Cargo.toml
parentaeb164a6890a433828739bde23d3477b78e532a4 (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.toml1
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",
21strip-ansi-escapes = "0.2.0" 21strip-ansi-escapes = "0.2.0"
22tokio = { version = "1.40.0", features = ["full"] } 22tokio = { version = "1.40.0", features = ["full"] }
23tungstenite = "0.20.1" 23tungstenite = "0.20.1"
24sha2 = "0.10" \ No newline at end of file