Skip to content

Commit a87e0c9

Browse files
fixup! Fix formatting and expose static policies from sigsum::policy
1 parent 2b7ab8f commit a87e0c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/policy/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ use crate::crypto::{Hash, PublicKey};
55
mod builtin;
66
mod parsing;
77

8+
pub use builtin::{
9+
SIGSUM_GENERIC_2025_1, SIGSUM_TEST1_2025, SIGSUM_TEST2_2025, SIGSUM_TEST_2025_3,
10+
};
811
pub use parsing::ParsePolicyError;
9-
pub use builtin::{SIGSUM_GENERIC_2025_1, SIGSUM_TEST1_2025, SIGSUM_TEST2_2025, SIGSUM_TEST_2025_3};
1012

1113
/// A Sigsum policy.
1214
///

0 commit comments

Comments
 (0)