Skip to content

Commit

Permalink
Merge pull request #49 from zacknewman/main
Browse files Browse the repository at this point in the history
Re-export `precis_core`
  • Loading branch information
sancane authored Jul 30, 2024
2 parents b11fae3 + 1311887 commit e57e419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion precis-profiles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "precis-profiles"
version = "0.1.10"
version = "0.1.11"
authors = ["Santiago Carot-Nemesio <[email protected]"]
description = """
Implementation of the PRECIS Framework: Preparation, Enforcement,
Expand Down
1 change: 1 addition & 0 deletions precis-profiles/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ pub use crate::nicknames::Nickname;
pub use crate::passwords::OpaqueString;
pub use crate::usernames::UsernameCaseMapped;
pub use crate::usernames::UsernameCasePreserved;
pub use precis_core;

0 comments on commit e57e419

Please sign in to comment.