Skip to content

Commit 0f7d15a

Browse files
committed
Fix CI failure caused by transitive dev dependency implicit upgrade
The newer version doesn't build on our MSRV, so we're just locking it to the older version now. Since this is just a dev dependency for testing/benchmarking, this has no implications (e.g. bug fix, security) for users of Ropey, so an older version should be fine.
1 parent 9c4394a commit 0f7d15a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ unicode-segmentation = "1.3"
3434
fnv = "1"
3535
fxhash = "0.2"
3636

37+
# This is a transitive dependency of criterion--we don't use it directly. We
38+
# lock it to this exact version because newer versions don't work on our MSRV,
39+
# and thus CI fails if it's on a newer version.
40+
unicode-width = "=0.1.13"
41+
3742
#-----------------------------------------
3843

3944
[[bench]]

0 commit comments

Comments
 (0)