Skip to content

Commit 60fb316

Browse files
committed
lock icu crates version to comply with MSRV 1.82
1 parent 9b10379 commit 60fb316

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

proptest-state-machine/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ proptest = { version = "1.9.0", path = "../proptest", default-features = true, f
2929

3030
[dev-dependencies]
3131
message-io = { workspace = true }
32+
# icu crates version locked as v2.1.x requires MSRV 1.83 and we're on 1.82
33+
icu_collections = "=2.0.*"
34+
icu_locale_core = "=2.0.*"
35+
icu_normalizer = "=2.0.*"
36+
icu_normalizer_data = "=2.0.*"
37+
icu_properties = "=2.0.*"
38+
icu_properties_data = "=2.0.*"
39+
icu_provider = "=2.0.*"

0 commit comments

Comments
 (0)