Skip to content

Commit 036e00b

Browse files
committed
0.7.30 - fix re-export.
1 parent dabda42 commit 036e00b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustrict"
33
authors = ["Finn Bear"]
4-
version = "0.7.29"
4+
version = "0.7.30"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/finnbear/rustrict/"

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ pub use context::{
5858
BlockReason, Context, ContextProcessingOptions, ContextRateLimitOptions,
5959
ContextRepetitionLimitOptions,
6060
};
61+
#[cfg(all(feature = "context", feature = "width"))]
62+
pub use context::ContextWordBreakOptions;
6163

6264
#[cfg(feature = "pii")]
6365
pub use pii::censor_and_analyze_pii;

0 commit comments

Comments
 (0)