Skip to content

Commit

Permalink
ci: Force older version of unicode-width for MSRV
Browse files Browse the repository at this point in the history
unicode-width 0.1.13 added code which didn't compile with Rust
1.56
  • Loading branch information
waywardmonkeys committed Jun 15, 2024
1 parent de2f15a commit f3b4525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ lint:
msrv-lock:
@cargo update -p proptest --precise=1.0.0
@cargo update -p byteorder --precise=1.4.0
@cargo update -p unicode-width --precise=0.1.12

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

0 comments on commit f3b4525

Please sign in to comment.