rust: pin unicode-segmentation crate to 1.12.0

unicode-segmentation (used by rustyline) was updated from 1.12.0 to
1.13.1 earlier and requires a newer version of Rust. Pin to 1.12.0 which
works with Rust 1.75.0.
pull/15097/head
Jason Ish 4 weeks ago committed by Victor Julien
parent 3e9c726aa8
commit dce2deee5e

@ -1665,6 +1665,7 @@ dependencies = [
"serde",
"serde_json",
"thiserror 1.0.69",
"unicode-segmentation",
]
[[package]]

@ -25,6 +25,7 @@ serde_json = { version = "1.0.140", default-features = false, features = ["prese
# Pinned back to support Rust 1.75.0. Not used directly by us, but by rustyline.
home = { version = "=0.5.9" }
unicode-segmentation = { version = "=1.12.0" }
# Pinned back to support Rust 1.75.0. Not used directly by us, but by serde_json.
indexmap = { version = "=2.11.4" }

Loading…
Cancel
Save