From 5c24d652a1b407e3679df400369b244565123a76 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 25 Oct 2024 23:51:20 +0000 Subject: [PATCH] Add a compilation failure for testing --- zcash_keys/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zcash_keys/src/lib.rs b/zcash_keys/src/lib.rs index eb881a80f8..a372718e40 100644 --- a/zcash_keys/src/lib.rs +++ b/zcash_keys/src/lib.rs @@ -23,3 +23,5 @@ pub mod encoding; feature = "transparent-inputs" ))] pub mod keys; + +this is a test of CI