Skip to content

Commit f3b4525

Browse files
ci: Force older version of unicode-width for MSRV
unicode-width 0.1.13 added code which didn't compile with Rust 1.56
1 parent de2f15a commit f3b4525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ lint:
3636
msrv-lock:
3737
@cargo update -p proptest --precise=1.0.0
3838
@cargo update -p byteorder --precise=1.4.0
39+
@cargo update -p unicode-width --precise=0.1.12
3940

4041
.PHONY: all doc build check test format format-check lint check-minver msrv-lock

0 commit comments

Comments
 (0)