upleb.uk

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

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/lib.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 12:40:31 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 12:40:31 +0000
commitb94262161df99966fbb8aa6861fb46603039111f (patch)
treef0194656783d05263be2d940f4e182b1bec75070 /grasp-audit/src/lib.rs
parentbf51a082ad54815f108bb255cf258fcae4a9bb4f (diff)
allow push to ref/nostr/<event-id>
Diffstat (limited to 'grasp-audit/src/lib.rs')
-rw-r--r--grasp-audit/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grasp-audit/src/lib.rs b/grasp-audit/src/lib.rs
index 3d11bd8..5ee93b3 100644
--- a/grasp-audit/src/lib.rs
+++ b/grasp-audit/src/lib.rs
@@ -40,7 +40,7 @@ pub use client::AuditClient;
40pub use fixtures::{ 40pub use fixtures::{
41 // Git operation helpers 41 // Git operation helpers
42 clone_repo, create_commit, create_deterministic_commit, create_deterministic_commit_with_variant, 42 clone_repo, create_commit, create_deterministic_commit, create_deterministic_commit_with_variant,
43 try_push, 43 try_push, try_push_to_ref,
44 // Verification helpers 44 // Verification helpers
45 send_and_verify_accepted, send_and_verify_rejected, 45 send_and_verify_accepted, send_and_verify_rejected,
46 // Types and constants 46 // Types and constants