Skip to content

Commit

Permalink
0.7.30 - fix re-export.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Sep 24, 2024
1 parent dabda42 commit 036e00b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustrict"
authors = ["Finn Bear"]
version = "0.7.29"
version = "0.7.30"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/finnbear/rustrict/"
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ pub use context::{
BlockReason, Context, ContextProcessingOptions, ContextRateLimitOptions,
ContextRepetitionLimitOptions,
};
#[cfg(all(feature = "context", feature = "width"))]
pub use context::ContextWordBreakOptions;

#[cfg(feature = "pii")]
pub use pii::censor_and_analyze_pii;
Expand Down

0 comments on commit 036e00b

Please sign in to comment.