summaryrefslogtreecommitdiffstats
path: root/intl/bidi
diff options
context:
space:
mode:
Diffstat (limited to 'intl/bidi')
-rw-r--r--intl/bidi/rust/unicode-bidi-ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/bidi/rust/unicode-bidi-ffi/Cargo.toml b/intl/bidi/rust/unicode-bidi-ffi/Cargo.toml
index 9c39fc07e1..b357fdd725 100644
--- a/intl/bidi/rust/unicode-bidi-ffi/Cargo.toml
+++ b/intl/bidi/rust/unicode-bidi-ffi/Cargo.toml
@@ -6,5 +6,5 @@ authors = ["Jonathan Kew <jkew@mozilla.com>"]
edition = "2021"
[dependencies]
-unicode-bidi = "0.3.14"
+unicode-bidi = { version = "0.3.15", features = ["smallvec"] }
icu_properties = { version = "1.4.0", features = ["bidi"] }